System.Collections.Generic.Queue<T> Members

The members of System.Collections.Generic.Queue<T> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.

Public Methods

Clear()
Documentation for this section has not yet been entered.
Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
Dequeue() : T
Documentation for this section has not yet been entered.
Enqueue(T)
Documentation for this section has not yet been entered.
GetEnumerator() : Queue<T>.Enumerator
Documentation for this section has not yet been entered.
Peek() : T
Documentation for this section has not yet been entered.
ToArray() : T[]
Documentation for this section has not yet been entered.
TrimExcess()
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection.CopyToDocumentation for this section has not yet been entered.
IEnumerable<T>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.