NetQueue(T) Methods
From Lidgren.Network
| Lidgren Network Library documentation |
| NetQueue<(Of <(<'T>)>)> Methods |
| NetQueue<(Of <(<'T>)>)> Class See Also Send Feedback |
The NetQueue<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Removes all objects from the queue
| |
| Contains |
Determines whether an item is in the queue
| |
| Enqueue(IEnumerable<(Of <<'(T>)>>)) |
Adds an item last/tail of the queue
| |
| Enqueue(T) |
Adds an item last/tail of the queue
| |
| EnqueueFirst |
Places an item first, at the head of the queue
| |
| 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.) | |
| 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.) | |
| ToArray |
Copies the queue items to a new array
| |
| ToString | (Inherited from Object.) | |
| TryDequeue |
Gets an item from the head of the queue, or returns default(T) if empty
| |
| TryDrain |
Gets an item from the head of the queue, or returns default(T) if empty
| |
| TryPeek |
Returns default(T) if queue is empty
|