Click or drag to resize
DataId64ListTUnion Method
Get the Union of two collections. The result is returned in the first collection.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void Union(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection to union with.
See Also