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

◆ GetAddMethod() [1/2]

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

Definition at line 5 of file EventInfoExtensions.cs.

6 {
7 ArgumentNullException.ThrowIfNull(eventInfo, "eventInfo");
8 return eventInfo.GetAddMethod();
9 }

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