Click or drag to resize
DigitalRuneDequeT Constructor (IEnumerableT)
Initializes a new instance of the DequeT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

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

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new DequeT.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is .
See Also