Click or drag to resize
AkCommonRemoveListNull Method
去除多个列表中 null 或零长度字符串项。

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

Parameters

lists
Type: System.Collections.GenericListString
列表集合。
See Also