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

◆ CopyTo() [1/3]

void ICollection. System.Collections.ObjectModel.Collection< T >.CopyTo ( Array array,
int index )
inlineprivateinherited

Implements System.Collections.ICollection.

Definition at line 342 of file Collection.cs.

343 {
344 if (array == null)
345 {
346 }
347 int rank = array.Rank;
348 long num = 0L;
349 if (array.GetLowerBound((int)num) != 0)
350 {
351 }
353 int length = array.Length;
354 if (array != null)
355 {
356 IList list = this.items;
357 return;
358 }
359 Type type = array.GetType();
361 if (array == null)
362 {
364 }
365 IList list2 = this.items;
366 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentException_Argument_InvalidArrayType()
static void ThrowIndexArgumentOutOfRange_NeedNonNegNumException()
new Type GetType()
Definition Type.cs:287

References System.array, System.Type.GetType(), System.Collections.ObjectModel.Collection< T >.items, j__TPar, System.L, System.length, System.list, System.ThrowHelper.ThrowArgumentException_Argument_InvalidArrayType(), and System.ThrowHelper.ThrowIndexArgumentOutOfRange_NeedNonNegNumException().