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

◆ Clear()

virtual void System.Collections.SortedList.Clear ( )
inlinevirtual

Implements System.Collections.IDictionary.

Reimplemented in System.Collections.SortedList.SyncSortedList.

Definition at line 171 of file SortedList.cs.

172 {
173 int size = this._size;
174 IComparer comparer = this.comparer;
175 object[] array = this.keys;
176 long num = 0L;
178 Array.Clear(array, (int)num, size);
179 object[] array2 = this.values;
180 int size2 = this._size;
181 long num2 = 0L;
182 Array.Clear(array2, (int)num2, size2);
183 }
class f__AnonymousType0<< Count > j__TPar
void IList. Clear()
Definition Array.cs:99

References System.Collections.SortedList._size, System.array, System.Array.Clear(), System.Collections.SortedList.comparer, j__TPar, System.Collections.SortedList.keys, System.L, and System.Collections.SortedList.values.