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

◆ Insert()

void System.Collections.SortedList.Insert ( int index,
object key,
object value )
inlineprivateinherited

Definition at line 486 of file SortedList.cs.

487 {
488 object[] array = this.keys;
489 int size = this._size;
490 }

References System.Collections.SortedList._size, System.array, and System.Collections.SortedList.keys.