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.ComponentModel.PropertyDescriptorCollection.this[object key]
getsetprivate

Implements System.Collections.IDictionary.

Definition at line 556 of file PropertyDescriptorCollection.cs.

557 {
558 get
559 {
560 if (key != null)
561 {
562 return;
563 }
564 }
565 set
566 {
567 if (this._readOnly)
568 {
569 throw new ArrayTypeMismatchException();
570 }
571 if (value != null)
572 {
573 }
574 if (key != null)
575 {
576 int num = this.<Count>k__BackingField;
577 int nameHash = this._properties.nameHash;
578 return;
579 }
580 }
581 }