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]

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

Definition at line 108 of file ReadOnlySpan.cs.

109 {
110 int length = this._length;
112 int length2 = this._length;
113 return ref this;
114 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()
readonly int _length

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