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 | |
Enumerator (ConditionalWeakTable< TKey, TValue > table) | |
void | Dispose () |
bool | MoveNext () |
void | Reset () |
Protected Member Functions | |
override void | Finalize () |
Properties | |
global::System.Collections.Generic.KeyValuePair< TKey, TValue > | Current [get, set] |
object System.Collections.IEnumerator. | Current [get, set] |
Private Attributes | |
ConditionalWeakTable< TKey, TValue > | _table |
int | _currentIndex |
global::System.Collections.Generic.KeyValuePair< TKey, TValue > | _current |
Definition at line 248 of file ConditionalWeakTable.cs.