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

◆ this[object key]

object IDictionary. System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.this[object key]
getsetprivate

Implements System.Collections.IDictionary.

Definition at line 541 of file ConcurrentDictionary.cs.

542 {
543 get
544 {
545 if (key == null)
546 {
547 }
548 if (key != null)
549 {
550 }
551 throw new InvalidCastException();
552 }
553 set
554 {
555 if (key == null)
556 {
557 }
558 if (key == null)
559 {
560 return;
561 }
562 if (value == null)
563 {
564 throw new InvalidCastException();
565 }
566 if (value != null && value == null)
567 {
568 throw new InvalidCastException();
569 }
570 }
571 }