Click or drag to resize
CommandQueueStack Methods

The CommandQueueStack type exposes the following members.

Methods
  NameDescription
Public methodClear (Inherited from StackCommandQueue.)
Public methodContains (Inherited from StackCommandQueue.)
Public methodCopyTo (Inherited from StackCommandQueue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from StackCommandQueue.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek (Inherited from StackCommandQueue.)
Public methodPop (Inherited from StackCommandQueue.)
Public methodPush (Inherited from StackCommandQueue.)
Public methodToArray (Inherited from StackCommandQueue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess
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.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate methodIEnumerableTGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from StackCommandQueue.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from StackCommandQueue.)
Top
See Also