Click or drag to resize
DataId32ListTMerge Method (IEnumerableT)
Add the elements of the specified collection to the end of the list. Only objects that are not already in the list are added to the list.

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

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements may be added to the end of the list.
See Also