Click or drag to resize

CapacityQueueT Methods

The CapacityQueueT generic type exposes the following members.

Methods
  NameDescription
Public methodClear (Inherited from QueueT.)
Public methodContains (Inherited from QueueT.)
Public methodCopyTo (Inherited from QueueT.)
Public methodDequeue (Inherited from QueueT.)
Public methodEnqueue
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 QueueT.)
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 QueueT.)
Public methodToArray (Inherited from QueueT.)
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 QueueT, if that number is less than 90 percent of current capacity.
(Inherited from QueueT.)
Top
See Also