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[int index] [2/2]

object IList. System.ComponentModel.PropertyDescriptorCollection.this[int index]
getsetprivate

Implements System.Collections.IList.

Definition at line 692 of file PropertyDescriptorCollection.cs.

693 {
694 get
695 {
696 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
697 }
698 set
699 {
700 if (this._readOnly)
701 {
702 return;
703 }
704 int num = this.<Count>k__BackingField;
705 if (value != null)
706 {
707 }
708 this.EnsurePropsOwned();
709 PropertyDescriptor[] properties = this._properties;
710 if (value == null || value != null)
711 {
712 return;
713 }
714 throw new ArrayTypeMismatchException();
715 }
716 }