|
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.ArraySegment< T >.Enumerator:
Collaboration diagram for System.ArraySegment< T >.Enumerator:Public Member Functions | |
| bool | MoveNext () |
| void | Dispose () |
Package Functions | |
| Enumerator (global::System.ArraySegment< T > arraySegment) | |
Properties | |
| T | Current [get, set] |
| object System.Collections.IEnumerator. | Current [get, set] |
Private Member Functions | |
| void System.Collections.IEnumerator. | Reset () |
Private Attributes | |
| readonly T[] | _array |
| readonly int | _start |
| readonly int | _end |
| int | _current |
Definition at line 365 of file ArraySegment.cs.