terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetEnumerator() [1/3]

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

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

Definition at line 78 of file ArraySegment.cs.

79 {
81 int offset = this._offset;
82 return 50;
83 }
static void ThrowInvalidOperationException(ExceptionResource resource)
readonly int _offset

References System.ArraySegment< T >._offset, System.offset, and System.ThrowHelper.ThrowInvalidOperationException().