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[TKey key]

TValue System.Collections.Generic.IDictionary< TKey, TValue >.this[TKey key]
getsetinherited

Implemented in System.Collections.Generic.Dictionary< TKey, TValue >, Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >, and System.Collections.Generic.SortedList< TKey, TValue >.

Definition at line 10 of file IDictionary.cs.

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