DataObjectCollection T  AddRange Method Nemiro.Data.dll
Adds items to the collection.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.Generic IEnumerable T 
Items that should be added to the collection.
See Also