|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 14 of file ConcurrentDictionary.cs.