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

◆ GetBaseDefinition()

static MethodInfo System.Reflection.MethodInfoExtensions.GetBaseDefinition ( this MethodInfo method)
inlinestatic

Definition at line 5 of file MethodInfoExtensions.cs.

6 {
7 ArgumentNullException.ThrowIfNull(method, "method");
8 return method.GetBaseDefinition();
9 }

References System.Reflection.MethodInfo.GetBaseDefinition(), and System.ArgumentNullException.ThrowIfNull().