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

◆ Slice() [1/2]

Span< T > System.Span< T >.Slice ( int start)
inline

Definition at line 146 of file Span.cs.

147 {
148 int length = this._length;
150 int length2 = this._length;
151 return ref this;
152 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()
readonly int _length
Definition Span.cs:240

References System.Span< T >._length, j__TPar, System.length, and System.ThrowHelper.ThrowArgumentOutOfRangeException().