Click or drag to resize

CommandQueueStack Methods

The CommandQueueStack type exposes the following members.

Methods
  NameDescription
Public methodClear (Inherited from Stack<CommandQueue>.)
Public methodContains (Inherited from Stack<CommandQueue>.)
Public methodCopyTo (Inherited from Stack<CommandQueue>.)
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 Stack<CommandQueue>.)
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 Stack<CommandQueue>.)
Public methodPop (Inherited from Stack<CommandQueue>.)
Public methodPush (Inherited from Stack<CommandQueue>.)
Public methodToArray (Inherited from Stack<CommandQueue>.)
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 Stack<T>, if that number is less than 90 percent of current capacity.
(Inherited from Stack<CommandQueue>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollection.CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from Stack<CommandQueue>.)
Explicit interface implementationPrivate methodIEnumerable<T>.GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from Stack<CommandQueue>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from Stack<CommandQueue>.)
Top
See Also