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

◆ GetEnumerator() [1/3]

Enumerator System.ArraySegment< T >.GetEnumerator ( )
inline

Implements System.Collections.Generic.IEnumerable< out T >.

Definition at line 162 of file ArraySegment.cs.

163 {
165 return new Enumerator(this);
166 }
void ThrowInvalidOperationIfDefault()

References System.ArraySegment< T >.ThrowInvalidOperationIfDefault().

Referenced by System.ArraySegment< T >.GetEnumerator().