The Dequeue<(Of <(T>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capacity |
The current amount of cells available to the dequeue
| |
| Count |
The current number of elements in the queue
| |
| GrowthFactor |
The current factor by which to grow the collection in case of expansion
| |
| Item |
Indexed access to all elements currently in the collection.
Indexing starts at 0 (head) and ends at Count-1 (tail).
| |
| Version |
The current version of the dequeue. The version is increased with every changing operation.
The main use is to invalidate all IEnumerators.
|