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

◆ AddEventHandler()

override void System.ComponentModel.ReflectEventDescriptor.AddEventHandler ( object component,
Delegate value )
inline

Definition at line 95 of file ReflectEventDescriptor.cs.

96 {
97 this.FillMethods();
98 if (component == null)
99 {
100 return;
101 }
102 ISite site = MemberDescriptor.GetSite(component);
103 if (site != null)
104 {
105 return;
106 }
107 }

References System.ComponentModel.ReflectEventDescriptor.FillMethods(), and System.ComponentModel.MemberDescriptor.GetSite().