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

◆ GetMethod() [5/12]

MethodInfo? System.Type.GetMethod ( string name,
BindingFlags bindingAttr,
Type[] types )
inlineinherited

Definition at line 691 of file Type.cs.

692 {
693 return GetMethod(name, bindingAttr, null, types, null);
694 }
MethodInfo? GetMethod(string name)
Definition Type.cs:675

References System.Type.GetMethod().