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

◆ ContainsKey()

virtual bool System.Collections.Hashtable.ContainsKey ( object key)
inlinevirtualinherited

Reimplemented in System.Collections.Hashtable.SyncHashtable.

Definition at line 174 of file Hashtable.cs.

175 {
176 while (key == null)
177 {
178 }
179 Hashtable.bucket[] buckets = this._buckets;
180 if (key != null)
181 {
182 return;
183 }
184 }
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636

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