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

◆ Add() [2/3]

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

Implements System.Collections.IDictionary.

Definition at line 458 of file ConcurrentDictionary.cs.

459 {
460 if (key == null)
461 {
462 }
463 if (key == null)
464 {
465 return;
466 }
467 if (value != null && value == null)
468 {
469 throw new InvalidCastException();
470 }
471 }

References System.key, and System.value.