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

◆ Remove()

virtual void System.Collections.Hashtable.Remove ( object key)
inlinevirtualinherited

Implements System.Collections.IDictionary.

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

Definition at line 495 of file Hashtable.cs.

496 {
497 while (key == null)
498 {
499 }
500 Hashtable.bucket[] buckets = this._buckets;
503 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

References System.Collections.Hashtable._buckets, j__TPar, and System.key.