Class Queue<T>
Represents a queue (First in, First out).
Inheritance
System.Object
System.Collections.Generic.Queue<T>
Queue<T>
Implements
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.ICollection
System.Collections.IEnumerable
IQueue<T>
Inherited Members
System.Collections.Generic.Queue<T>.Clear()
System.Collections.Generic.Queue<T>.Contains(T)
System.Collections.Generic.Queue<T>.CopyTo(T[], System.Int32)
System.Collections.Generic.Queue<T>.Dequeue()
System.Collections.Generic.Queue<T>.Enqueue(T)
System.Collections.Generic.Queue<T>.GetEnumerator()
System.Collections.Generic.Queue<T>.Peek()
System.Collections.Generic.Queue<T>.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
System.Collections.Generic.Queue<T>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Queue<T>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Queue<T>.ToArray()
System.Collections.Generic.Queue<T>.TrimExcess()
System.Collections.Generic.Queue<T>.Count
System.Collections.Generic.Queue<T>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Queue<T>.System.Collections.ICollection.SyncRoot
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Collections
Assembly: QuikGraph.dll
Syntax
[Serializable]
public sealed class Queue<T> : Queue<T>, IReadOnlyCollection<T>, IEnumerable<T>, ICollection, IEnumerable, IQueue<T>
Type Parameters
Name | Description |
---|---|
T | Element type. |
Implements
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.ICollection
System.Collections.IEnumerable