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

◆ GetMethod() [4/12]

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

Implements System.Reflection.IReflect.

Definition at line 709 of file Type.cs.

710 {
711 return GetMethod(name, bindingAttr, binder, CallingConventions.Any, types, modifiers);
712 }
MethodInfo? GetMethod(string name)
Definition Type.cs:675

References System.Type.GetMethod().