ConcurrentBag(Of T).IEnumerable.GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through the ConcurrentBag(Of T).
Assembly: System (in System.dll)
Return Value
Type: System.Collections.IEnumeratorAn enumerator for the contents of the ConcurrentBag(Of T).
Implements
IEnumerable.GetEnumerator()The items enumerated represent a moment-in-time snapshot of the contents of the bag. It does not reflect any update to the collection after GetEnumerator was called.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: