Click or drag to resize
ListServiceTGetUnion Method
获取并集。

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

Parameters

lists
Type: System.Collections.GenericListT

Return Value

Type: ListT
See Also