Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FillAttributes() [2/2]

override void System.ComponentModel.ReflectEventDescriptor.FillAttributes ( IList attributes)
inlineprotected

Definition at line 125 of file ReflectEventDescriptor.cs.

126 {
127 FillMethods();
128 if (_realEvent != null)
129 {
131 }
132 else
133 {
136 }
137 base.FillAttributes(attributes);
138 }
void FillSingleMethodAttribute(MethodInfo realMethodInfo, IList attributes)
void FillEventInfoAttribute(EventInfo realEventInfo, IList attributes)

References System.ComponentModel.ReflectEventDescriptor._addMethod, System.ComponentModel.ReflectEventDescriptor._realEvent, System.ComponentModel.ReflectEventDescriptor._removeMethod, System.ComponentModel.ReflectEventDescriptor.FillEventInfoAttribute(), System.ComponentModel.ReflectEventDescriptor.FillMethods(), and System.ComponentModel.ReflectEventDescriptor.FillSingleMethodAttribute().