ConcurrentDictionary<TKey, TValue>::IEnumerable::GetEnumerator Method ()
Returns an enumerator that iterates through the System.Collections.Concurrent::ConcurrentDictionary<TKey, TValue>.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections::IEnumerator^An enumerator for the System.Collections.Concurrent::ConcurrentDictionary<TKey, TValue>.
Implements
IEnumerable::GetEnumerator()The enumerator returned from the dictionary is safe to use concurrently with reads and writes to the dictionary, however it does not represent a moment-in-time snapshot of the dictionary. The contents exposed through the enumerator may contain modifications made to the dictionary after GetEnumerator was called.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1