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.EventDescriptorCollection.this[int index]
getsetprivate

Implements System.Collections.IList.

Definition at line 475 of file EventDescriptorCollection.cs.

476 {
477 get
478 {
479 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
480 }
481 set
482 {
483 if (this._readOnly)
484 {
485 return;
486 }
487 int num = this.<Count>k__BackingField;
488 this.EnsureEventsOwned();
489 EventDescriptor[] events = this._events;
490 if (value == null || value != null)
491 {
492 return;
493 }
494 throw new ArrayTypeMismatchException();
495 }
496 }