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

◆ GetRemoveMethod() [2/2]

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

Definition at line 35 of file EventInfoExtensions.cs.

36 {
37 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
38 return eventInfo.GetRemoveMethod(nonPublic);
39 }

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