Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEnumerator() [2/3]

Implements System.Collections.IEnumerable.

Definition at line 1689 of file ImmutableArray.cs.

1690 {
1692 immutableArray.ThrowInvalidOperationIfNotInitialized();
1693 return EnumeratorObject.Create(immutableArray.array);
1694 }

References System.Collections.Immutable.ImmutableArray< T >.EnumeratorObject.Create().