Click or drag to resize
AkJsonListFromListT Method (ListDictionaryString, T, String)
从对象集合获取AkJson对象集合。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkJsonList FromList<T>(
	List<Dictionary<string, T>> list,
	string objectType
)

Parameters

list
Type: System.Collections.GenericListDictionaryString, T
集合。
objectType
Type: SystemString
对象类型名称。

Type Parameters

T
类型。

Return Value

Type: AkJsonList
AkJson对象集合。
See Also