Click or drag to resize
AkCommonGetIntersection Method
获取多个列表中元素的交集。

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

Parameters

lists
Type: System.Collections.GenericListString

Return Value

Type: ListString
See Also