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/2]

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

Implements System.Collections.ICollection.

Definition at line 296 of file ReadOnlyCollection.cs.

297 {
298 if (array == null)
299 {
300 }
301 int rank = array.Rank;
302 long num = 0L;
303 if (array.GetLowerBound((int)num) != 0)
304 {
305 }
307 int length = array.Length;
308 if (array != null)
309 {
310 IList list = this.list;
311 return;
312 }
313 Type type = array.GetType();
315 if (array == null)
316 {
318 }
319 IList list2 = this.list;
320 }
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(), j__TPar, System.L, System.length, System.Collections.ObjectModel.ReadOnlyCollection< T >.list, System.ThrowHelper.ThrowArgumentException_Argument_InvalidArrayType(), and System.ThrowHelper.ThrowIndexArgumentOutOfRange_NeedNonNegNumException().