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. Newtonsoft.Json.Utilities.CollectionWrapper< T >.CopyTo ( Array array,
int arrayIndex )
inlineprivate

Implements System.Collections.ICollection.

Definition at line 363 of file CollectionWrapper.cs.

364 {
365 if (array != null && array == null)
366 {
367 throw new InvalidCastException();
368 }
369 }

References System.array.