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

◆ Copy() [3/4]

static void System.Array.Copy ( Array sourceArray,
int sourceIndex,
Array destinationArray,
int destinationIndex,
int length )
inlinestatic

Definition at line 1250 of file Array.cs.

1251 {
1252 if (sourceArray == null)
1253 {
1254 return;
1255 }
1256 if (destinationArray != null)
1257 {
1258 int length2 = sourceArray.Length;
1259 int length3 = destinationArray.Length;
1260 Type type = sourceArray.GetType();
1262 return;
1263 }
1264 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and j__TPar.