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

◆ this[object key]

virtual object System.Collections.Hashtable.this[object key]
getsetinherited

Implements System.Collections.IDictionary.

Definition at line 223 of file Hashtable.cs.

224 {
225 get
226 {
227 while (key == null)
228 {
229 }
230 Hashtable.bucket[] buckets = this._buckets;
231 int version = this._version;
232 if (!this._isWriterInProgress)
233 {
234 int version2 = this._version;
235 return;
236 }
237 }
238 set
239 {
240 long num = 0L;
241 this.Insert(key, value, num != 0L);
242 }
243 }
class f__AnonymousType0<< Count > j__TPar
Hashtable.bucket[] _buckets
Definition Hashtable.cs:636