Click or drag to resize
DigitalRuneNotifyingCollectionTAddRange 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 NotifyingCollectionT. The collection itself cannot be , but it can contain elements that are , if type T is a reference type and AllowNull is set to .
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is .
Remarks
See Also