Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Enumerator Class Referencesealed

Public Member Functions

 Enumerator (ConcurrentDictionary< TKey, TValue > dictionary)
 
void Reset ()
 
void Dispose ()
 
bool MoveNext ()
 

Properties

KeyValuePair< TKey, TValue > Current [get, private set]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly ConcurrentDictionary< TKey, TValue > _dictionary
 
Node[] _buckets
 
Node _node
 
int _i
 
int _state
 

Detailed Description

Definition at line 14 of file ConcurrentDictionary.cs.


The documentation for this class was generated from the following file: