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

string System.Collections.Specialized.NameValueCollection.this[string name]
getset

Definition at line 175 of file NameValueCollection.cs.

176 {
177 get
178 {
179 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
180 }
181 set
182 {
183 }
184 }