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

◆ Memory() [2/3]

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

Definition at line 23 of file Memory.cs.

24 {
25 if (array != null)
26 {
30 return;
31 }
32 if (true)
33 {
35 }
36 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()

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