Click or drag to resize
DigitalRuneDequeT Constructor (Int32)

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public Deque(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The initial number of elements that the DequeT can contain.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncapacity is negative.
See Also