Click or drag to resize
AkCommonSortList Method (Boolean, ListString)
若干等长字符串列表的关联排序 排序规则集合的数目决定排序的次数

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

Parameters

ascendings
Type: SystemBoolean
排序规则(升序或降序)的集合
lists
Type: System.Collections.GenericListString
排序的若干列表
See Also