Click or drag to resize
DigitalRuneNamedObjectCollectionTAddRange 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.GenericIEnumerableT
The collection whose elements should be added to the end of the NamedObjectCollectionT
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is .
See Also