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

◆ Remove() [2/3]

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

Implements System.Collections.IDictionary.

Definition at line 520 of file ConcurrentDictionary.cs.

521 {
522 if (key == null)
523 {
524 }
525 if (key != null)
526 {
527 }
528 }

References System.key.