ConcurrentQueue<T>::GetEnumerator Method ()
Returns an enumerator that iterates through the ConcurrentQueue<T>.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^An enumerator for the contents of the ConcurrentQueue<T>.
Implements
IEnumerable<T>::GetEnumerator()The enumeration represents a moment-in-time snapshot of the contents of the queue. It does not reflect any updates to the collection after GetEnumerator was called. The enumerator is safe to use concurrently with reads from and writes to the queue.
The enumerator returns the collection elements in the order in which they were added, which is FIFO order (first-in, first-out).
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1