Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
Package Functions | |
DictionaryEnumerator (ConcurrentDictionary< TKey, TValue > dictionary) | |
Properties | |
DictionaryEntry | Entry [get] |
object | Key [get] |
object | Value [get] |
object | Current [get] |
Private Attributes | |
readonly IEnumerator< KeyValuePair< TKey, TValue > > | _enumerator |
Definition at line 145 of file ConcurrentDictionary.cs.