BlockingCollection<T>::IEnumerable<T>::GetEnumerator Method ()
Provides an IEnumerator<T> for items in the collection.
Assembly: System (in System.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^An IEnumerator<T> for the items in the collection.
Implements
IEnumerable<T>::GetEnumerator()| Exception | Condition |
|---|---|
| ObjectDisposedException | The BlockingCollection<T> has been disposed. |
Unlike GetConsumingEnumerable, BlockingCollection<T>::IEnumerable<T>::GetEnumerator returns a standard enumerator that does not modify the underlying collection. If other threads are adding or removing elements concurrently when GetEnumerator is called, then the elements returned by the enumerator might not represent the current state of the collection.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1