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

◆ TryGetArray< T >()

static bool System.Runtime.InteropServices.MemoryMarshal.TryGetArray< T > ( ReadOnlyMemory< T > memory,
[Out] ArraySegment< T > segment )
inlinestatic

Definition at line 58 of file MemoryMarshal.cs.

59 {
60 if (memory != null)
61 {
62 }
63 long num = 0L;
64 segment._array = num;
66 throw new InvalidCastException();
67 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.