







![]() ![]() ![]() |
Lidgren Network Library documentation |
NetQueue<(Of <(<'T>)>)> Members |
NetQueue<(Of <(<'T>)>)> Class Constructors Methods Properties See Also Send Feedback |
The NetQueue<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NetQueue<(Of <(<'T>)>)> |
NetQueue constructor
|
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
|
Properties
Name | Description | |
---|---|---|
![]() | Capacity |
Gets the current capacity for the queue
|
![]() | Count |
Gets the number of items in the queue
|