terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ArraySegment< T >.Enumerator Struct Reference
+ Inheritance diagram for System.ArraySegment< T >.Enumerator:

Public Member Functions

bool MoveNext ()
 
void IEnumerator. Reset ()
 
void Dispose ()
 

Package Functions

 Enumerator (ArraySegment< T > arraySegment)
 

Properties

T Current [get]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly T[] _array
 
readonly int _start
 
readonly int _end
 
int _current
 

Detailed Description

Definition at line 364 of file ArraySegment.cs.


The documentation for this struct was generated from the following file: