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

◆ GetRaiseMethod() [1/2]

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

Definition at line 17 of file EventInfoExtensions.cs.

18 {
19 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
20 return eventInfo.GetRaiseMethod();
21 }

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