Returns an enumerator that iterates through the System.Collections.Concurrent.ConcurrentDictionary`2.
![]()
An enumerator for the System.Collections.Concurrent.ConcurrentDictionary`2.
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 ConcurrentDictionary`2.GetEnumerator was called.