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

◆ GetMethodInfo()

static MethodInfo System.Reflection.RuntimeReflectionExtensions.GetMethodInfo ( this Delegate del)
inlinestatic

Definition at line 98 of file RuntimeReflectionExtensions.cs.

99 {
100 if ((object)del == null)
101 {
102 throw new ArgumentNullException("del");
103 }
104 return del.Method;
105 }