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[int index]

int DictionaryIntArray.this[int index]
getset

Definition at line 9 of file DictionaryIntArray.cs.

10 {
11 get
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15 set
16 {
17 if (value != 0)
18 {
19 return;
20 }
21 }
22 }