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

◆ GetAddMethod() [2/2]

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

Definition at line 11 of file EventInfoExtensions.cs.

12 {
13 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
14 return eventInfo.GetAddMethod(nonPublic);
15 }

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