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

◆ GetMethod() [10/12]

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

Definition at line 697 of file Type.cs.

698 {
699 return GetMethod(name, types, null);
700 }
MethodInfo? GetMethod(string name)
Definition Type.cs:675

References System.Type.GetMethod().