Click or drag to resize
AkCommonCleanUpList Method
两个等长列表的整理。 包括去除无效项、重复项及排序。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void CleanUpList(
	ref List<string> list1,
	ref List<string> list2
)

Parameters

list1
Type: System.Collections.GenericListString
list2
Type: System.Collections.GenericListString
See Also