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

◆ GetGenericArgumentsInternal()

RuntimeType[] System.Reflection.RuntimeMethodInfo.GetGenericArgumentsInternal ( )
inlinepackage

Definition at line 596 of file RuntimeMethodInfo.cs.

597 {
598 return RuntimeMethodHandle.GetMethodInstantiationInternal(this);
599 }

References System.RuntimeMethodHandle.GetMethodInstantiationInternal().

Referenced by System.Reflection.RuntimeMethodInfo.MakeGenericMethod().