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

◆ GetGenericMethodMethodInfo()

static MethodInfo System.Reflection.DispatchProxyGenerator.GetGenericMethodMethodInfo ( )
inlinestaticprivate

Definition at line 675 of file DispatchProxyGenerator.cs.

676 {
677 return typeof(MethodInfo).GetMethod("MakeGenericMethod", new Type[1] { typeof(Type[]) });
678 }