Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 12 of file ArraySegment.cs.