terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ this[object key]

object System.Collections.IDictionary.this[object key]
getsetinherited

Implemented in System.Collections.Hashtable, System.Collections.Hashtable.SyncHashtable, System.Collections.ListDictionaryInternal, System.Collections.SortedList, System.Collections.SortedList.SyncSortedList, System.Collections.Specialized.ListDictionary, and System.Collections.Specialized.OrderedDictionary.

Definition at line 10 of file IDictionary.cs.

11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002DA8")]
13 get;
14 [global::Cpp2ILInjected.Token(Token = "0x6002DA9")]
15 set;
16 }