Click or drag to resize
DataIdInt32ListAddRange Method
Adds the elements of the specified collection to the end of the list.

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

Parameters

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