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

◆ Clear() [2/2]

static void System.Array.Clear ( Array array,
int index,
int length )
inlinestatic

Definition at line 1221 of file Array.cs.

1222 {
1223 if (array != null)
1224 {
1225 int length2 = array.Length;
1226 return;
1227 }
1228 }
class f__AnonymousType0<< Count > j__TPar

References System.array, and j__TPar.