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

◆ RemoveAt()

virtual void System.Collections.SortedList.RemoveAt ( int index)
inlinevirtual

Reimplemented in System.Collections.SortedList.SyncSortedList.

Definition at line 493 of file SortedList.cs.

494 {
495 int size = this._size;
496 this._size = size;
497 object[] array = this.keys;
498 int size2 = this._size;
499 object[] array2 = this.values;
500 int size3 = this._size;
501 object[] array3 = this.keys;
502 object[] array4 = this.values;
503 int num = this.version;
504 this.version = num;
505 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.SortedList._size, System.array, j__TPar, System.Collections.SortedList.keys, System.Collections.SortedList.values, and System.Collections.SortedList.version.