Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.ImmutableArray< T >.EnumeratorObject Class Referencesealed

Public Member Functions

bool MoveNext ()
 
void Dispose ()
 

Static Package Functions

static IEnumerator< TCreate (T[] array)
 

Properties

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

Private Member Functions

 EnumeratorObject (T[] array)
 
void IEnumerator. Reset ()
 

Private Attributes

readonly T[] _array
 
int _index
 

Static Private Attributes

static readonly IEnumerator< Ts_EmptyEnumerator = new EnumeratorObject(ImmutableArray<T>.Empty.array)
 

Detailed Description

Definition at line 701 of file ImmutableArray.cs.


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