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

◆ GetRaiseMethod() [2/2]

static ? MethodInfo System.Reflection.EventInfoExtensions.GetRaiseMethod ( this EventInfo eventInfo,
bool nonPublic )
inlinestatic

Definition at line 23 of file EventInfoExtensions.cs.

24 {
25 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
26 return eventInfo.GetRaiseMethod(nonPublic);
27 }

References System.Reflection.EventInfo.GetRaiseMethod(), and System.ArgumentNullException.ThrowIfNull().