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

◆ Span() [2/4]

System.Span< T >.Span ( T[] array,
int start,
int length )
inline

Definition at line 29 of file Span.cs.

30 {
31 int num = 1;
32 if (array != null)
33 {
35 this._pointer = num;
37 return;
38 }
39 if (num != 0)
40 {
42 }
43 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()

References System.array, j__TPar, System.length, and System.ThrowHelper.ThrowArgumentOutOfRangeException().