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

override string System.Net.TrackingValidationObjectDictionary.this[string key]
getset

Definition at line 128 of file TrackingValidationObjectDictionary.cs.

129 {
130 [global::Cpp2ILInjected.Token(Token = "0x6000785")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1EE8348", Offset = "0x1EE8348", Length = "0x8")]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringDictionary), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
134 get
135 {
136 throw null;
137 }
138 [global::Cpp2ILInjected.Token(Token = "0x6000786")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1EE8350", Offset = "0x1EE8350", Length = "0x8")]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TrackingValidationObjectDictionary), Member = "PersistValue", MemberParameters = new object[]
142 {
143 typeof(string),
144 typeof(string),
145 typeof(bool)
146 }, ReturnType = typeof(void))]
147 set
148 {
149 throw null;
150 }
151 }
class f__AnonymousType0<< Count > j__TPar
TrackingValidationObjectDictionary(Dictionary< string, TrackingValidationObjectDictionary.ValidateAndParseValue > validators)