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

◆ ContainsKey()

bool System.Collections.Generic.Dictionary< TKey, TValue >.ContainsKey ( TKey key)
inline

Implements System.Collections.Generic.IDictionary< TKey, TValue >.

Definition at line 313 of file Dictionary.cs.

314 {
315 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
316 }