Click or drag to resize
DigitalRuneNamedObjectCollection<T>.AddRange Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void AddRange(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<T>
The collection whose elements should be added to the end of the NamedObjectCollection<T>
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also