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()

virtual void System.Collections.SortedList.CopyTo ( Array array,
int arrayIndex )
inlinevirtual

Implements System.Collections.ICollection.

Reimplemented in System.Collections.SortedList.SyncSortedList.

Definition at line 228 of file SortedList.cs.

229 {
230 if (array != null)
231 {
232 int rank = array.Rank;
233 int length = array.Length;
234 object[] array2 = this.keys;
235 object[] array3 = this.values;
236 return;
237 }
238 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, System.Collections.SortedList.keys, System.length, and System.Collections.SortedList.values.