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

◆ InternalArray__ICollection_CopyTo< T >()

void System.Array.InternalArray__ICollection_CopyTo< T > ( T[] array,
int arrayIndex )
inlinepackage

Definition at line 911 of file Array.cs.

912 {
913 long num = 0L;
914 int lowerBound = this.GetLowerBound((int)num);
915 int length = this.Length;
917 }
class f__AnonymousType0<< Count > j__TPar
int GetLowerBound(int dimension)
Definition Array.cs:1049
static void Copy(Array sourceArray, Array destinationArray, long length)
Definition Array.cs:205

References System.array, System.arrayIndex, System.Array.Copy(), System.Array.GetLowerBound(), j__TPar, System.L, System.Array.Length, and System.length.