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

◆ ArraySegment() [1/3]

System.ArraySegment< T >.ArraySegment ( T[] array)
inline

Definition at line 27 of file ArraySegment.cs.

28 {
29 if (array == null)
30 {
32 }
34 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.array, j__TPar, and System.ThrowHelper.ThrowArgumentNullException().