NetQueueT Methods |
The NetQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Removes all objects from the queue
|
![]() | Contains |
Determines whether an item is in the queue
|
![]() | Enqueue(IEnumerableT) |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToArray |
Copies the queue items to a new array
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryDequeue |
Gets an item from the head of the queue, or returns default(T) if empty
|
![]() | TryDrain |
Gets all items from the head of the queue, or returns number of items popped
|
![]() | TryPeek |
Returns default(T) if queue is empty
|
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |