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

◆ Key

object IDictionaryEnumerator. System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator.Key
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 898 of file Dictionary.cs.

899 {
900 get
901 {
902 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
903 }
904 }