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() [1/4]

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

Definition at line 17 of file Span.cs.

18 {
19 int num = 1;
20 if (array != null)
21 {
22 this._pointer = num;
23 this._length = num;
24 return;
25 }
26 }
class f__AnonymousType0<< Count > j__TPar

References System.array, and j__TPar.