|
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
|
Inheritance diagram for System.Collections.Generic.HashSet< T >.Enumerator:
Collaboration diagram for System.Collections.Generic.HashSet< T >.Enumerator:Public Member Functions | |
| void | Dispose () |
| bool | MoveNext () |
Package Functions | |
| Enumerator (HashSet< T > set) | |
Properties | |
| T | Current [get, set] |
| object System.Collections.IEnumerator. | Current [get, set] |
Private Member Functions | |
| void System.Collections.IEnumerator. | Reset () |
Private Attributes | |
| HashSet< T > | _set |
| int | _index |
| int | _version |
| T | _current |
Definition at line 489 of file HashSet.cs.