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

◆ FillMethods()

void System.ComponentModel.ReflectEventDescriptor.FillMethods ( )
inlineprivate

Definition at line 123 of file ReflectEventDescriptor.cs.

124 {
125 if (this._filledMethods)
126 {
127 return;
128 }
130 Type componentClass = this._componentClass;
133 Type type = this._type;
134 if (type == null || type != null)
135 {
144 string text = SR.Format("Accessor methods for the {0} event are missing.", this);
145 return;
146 }
147 throw new ArrayTypeMismatchException();
148 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7

References System.ComponentModel.ReflectEventDescriptor._addMethod, System.ComponentModel.ReflectEventDescriptor._componentClass, System.ComponentModel.ReflectEventDescriptor._filledMethods, System.ComponentModel.ReflectEventDescriptor._realEvent, System.ComponentModel.ReflectEventDescriptor._removeMethod, System.ComponentModel.ReflectEventDescriptor._type, SR.Format(), j__TPar, and System.text.

Referenced by System.ComponentModel.ReflectEventDescriptor.AddEventHandler(), System.ComponentModel.ReflectEventDescriptor.FillAttributes(), and System.ComponentModel.ReflectEventDescriptor.RemoveEventHandler().