| AkCommonRemoveListNull Method |
去除多个列表中 null 或零长度字符串项。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void RemoveListNull(
params List<string>[] lists
)
Parameters
- lists
- Type: System.Collections.GenericListString
列表集合。
See Also