Click or drag to resize
AkCommonSortList Method (Boolean, ListObject)
若干等长列表的关联排序

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SortList(
	bool ascending,
	params List<Object>[] lists
)

Parameters

ascending
Type: SystemBoolean
排序规则(升序或降序)
lists
Type: System.Collections.GenericListObject
排序的若干列表
See Also