The Dequeue<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Deletes all entries from the collection
| |
| CopyTo |
Implementation of the ICollection.CopyTo function.
| |
| DequeueHead |
Retrieve and remove the current head
| |
| DequeueTail |
Retrieve and remove the current tail
| |
| EnqueueHead |
Add the given object to the collections head
| |
| EnqueueHeadRange |
Add the given collection to the dequeues head.
To preserve the order in the collection, the entries are
added in revers order.
| |
| EnqueueTail |
Add the given object to the collections tail
| |
| EnqueueTailRange |
Add the given collection to the dequeues tail
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Standard implementation.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetSize |
Sets the collections capacity to newSize
| |
| ToString | (Inherited from Object.) | |
| TrimToSize |
Sets the capacity to Count.
|