Click or drag to resize
CommandifiedList<T>.AddRange Method
Adds the elements in the range specified to this list in one command

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void AddRange(
	IEnumerable<T> elementsToAdd
)

Parameters

elementsToAdd
Type: System.Collections.Generic.IEnumerable<T>
The elements to add.
See Also