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

◆ Contains() [2/2]

bool IDictionary. System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Contains ( object key)
inlineprivate

Implements System.Collections.IDictionary.

Definition at line 474 of file ConcurrentDictionary.cs.

475 {
476 if (key == null)
477 {
478 }
479 if (key != null)
480 {
481 }
482 throw new InvalidCastException();
483 }

References System.key.