terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
Package Functions | |
DictionaryEnumerator (ConcurrentDictionary< TKey, TValue > dictionary) | |
Properties | |
DictionaryEntry | Entry [get, set] |
object | Key [get, set] |
object | Value [get, set] |
object | Current [get, set] |
Private Attributes | |
global::System.Collections.Generic.IEnumerator< global::System.Collections.Generic.KeyValuePair< TKey, TValue > > | _enumerator |
Definition at line 943 of file ConcurrentDictionary.cs.