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

◆ Entry

DictionaryEntry IDictionaryEnumerator. System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator.Entry
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 888 of file Dictionary.cs.

889 {
890 get
891 {
892 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
893 }
894 }