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

◆ GetGenericArgumentsInternal()

RuntimeType[] System.RuntimeType.GetGenericArgumentsInternal ( )
inlinepackage

Definition at line 2869 of file RuntimeType.cs.

2870 {
2871 return GetRootElementType().GetTypeHandleInternal().GetInstantiationInternal();
2872 }
virtual RuntimeTypeHandle GetTypeHandleInternal()
Definition Type.cs:449
Type GetRootElementType()
Definition Type.cs:1289

References System.Type.GetRootElementType(), and System.Type.GetTypeHandleInternal().

Referenced by System.RuntimeType.MakeGenericType().