| AkCommonCleanUpList Method |
两个等长列表的整理。
包括去除无效项、重复项及排序。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void CleanUpList(
ref List<string> list1,
ref List<string> list2
)
Parameters
- list1
- Type: System.Collections.GenericListString
- list2
- Type: System.Collections.GenericListString
See Also