| AkJsonListFromListT Method (ListDictionaryString, T, String) |
从对象集合获取AkJson对象集合。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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:
AkJsonListAkJson对象集合。
See Also