Click or drag to resize
SpeciesFactListAddRange Method
Add a collection of data objects to the list. Override method in base class.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void AddRange(
	ICollection collection
)

Parameters

collection
Type: System.CollectionsICollection
The collection to add.
See Also