This topic has not yet been rated - Rate this topic

Queue Methods

NameDescription
Public MethodClearRemoves all objects from the Queue.
Public MethodCloneCreates a shallow copy of the Queue.
Public MethodContainsDetermines whether an element is in the Queue.
Public MethodCopyToCopies the Queue elements to an existing one-dimensional Array starting at the specified array index.
Public MethodDequeueRemoves the object at the beginning of the Queue, and returns it.
Public MethodEnqueueAdds an object to the end of the Queue.
Public MethodEquals (Inherited from Object.)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Queue.
Public MethodGetHashCode (Inherited from Object.)
Public MethodGetType (Inherited from Object.)
Public MethodPeekReturns the object at the beginning of the Queue without removing it.
Public MethodReferenceEquals (Inherited from Object.)
Public MethodToArrayCopies the Queue elements to a new array.
Public MethodToString (Inherited from Object.)
NameDescription
Protected MethodFinalize (Inherited from Object.)
Protected MethodMemberwiseClone (Inherited from Object.)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.