| AkCommonSortList Method (Boolean, ListObject) |
若干等长列表的关联排序
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void SortList(
bool ascending,
params List<Object>[] lists
)
Parameters
- ascending
- Type: SystemBoolean
排序规则(升序或降序) - lists
- Type: System.Collections.GenericListObject
排序的若干列表
See Also