Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.SZGenericArrayEnumerator< T > Class Template Referencesealed

Public Member Functions

bool MoveNext ()
 
void Dispose ()
 

Package Functions

 SZGenericArrayEnumerator (T[] array)
 

Static Package Attributes

static readonly SZGenericArrayEnumerator< TEmpty = new SZGenericArrayEnumerator<T>(new T[0])
 

Properties

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

Private Member Functions

void IEnumerator. Reset ()
 

Private Attributes

readonly T[] _array
 
int _index
 

Detailed Description

Definition at line 6 of file SZGenericArrayEnumerator.cs.


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