CommandQueueStack Methods | 
The CommandQueueStack type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Removes all objects from the StackT.  (Inherited from StackCommandQueue.) | |
| Contains | Determines whether an element is in the StackT.  (Inherited from StackCommandQueue.) | |
| CopyTo | (Inherited from StackCommandQueue.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator for the StackT.  (Inherited from StackCommandQueue.) | |
| GetHashCode | Serves as the default hash function.   (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.) | |
| Peek | Returns the object at the top of the StackT without removing it.  (Inherited from StackCommandQueue.) | |
| Pop | Removes and returns the object at the top of the StackT.  (Inherited from StackCommandQueue.) | |
| Push | Inserts an object at the top of the StackT.  (Inherited from StackCommandQueue.) | |
| ToArray | Copies the StackT to a new array.  (Inherited from StackCommandQueue.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| TrimExcess | Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity.  (Inherited from StackCommandQueue.) | 
| Name | Description | |
|---|---|---|
| ICollectionCopyTo | (Inherited from StackCommandQueue.) | |
| IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection.  (Inherited from StackCommandQueue.) | |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection.  (Inherited from StackCommandQueue.) |