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

◆ AsSpan< T >() [2/2]

static Span< T > System.MemoryExtensions.AsSpan< T > ( this T[] array,
int start,
int length )
inlinestatic

Definition at line 216 of file MemoryExtensions.cs.

217 {
219 if (true)
220 {
222 return;
223 }
224 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().