Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ArraySegment< T >.Enumerator Struct Reference

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 12 of file ArraySegment.cs.


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