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.Hashtable.Clear ( )
inlinevirtualinherited

Implements System.Collections.IDictionary.

Reimplemented in System.Collections.Hashtable.SyncHashtable, and System.ComponentModel.WeakHashtable.

Definition at line 122 of file Hashtable.cs.

123 {
124 if (this._count != 0 || this._occupancy != 0)
125 {
126 Hashtable.bucket[] buckets = this._buckets;
127 int num = 1;
128 this._isWriterInProgress = num != 0;
129 long num2 = 0L;
130 int version = this._version;
131 this._version = (int)num2;
132 }
133 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets, System.Collections.Hashtable._count, System.Collections.Hashtable._occupancy, System.Collections.Hashtable._version, j__TPar, and System.L.