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

◆ GetRemoveMethod() [1/2]

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

Definition at line 29 of file EventInfoExtensions.cs.

30 {
31 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
32 return eventInfo.GetRemoveMethod();
33 }

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