| DequeT Constructor (Int32) |
Initializes a new instance of the
DequeT class is empty and has the
specified initial capacity.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public Deque(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
Deque(
int capacity
)
new :
capacity : int -> Deque
Parameters
- capacity
- Type: SystemInt32
The initial number of elements that the DequeT can contain.
Exceptions See Also