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

◆ GetGenericArguments()

override Type[] System.RuntimeType.GetGenericArguments ( )
inlinevirtual

Reimplemented from System.Type.

Definition at line 2874 of file RuntimeType.cs.

2875 {
2876 Type[] instantiationPublic = GetRootElementType().GetTypeHandleInternal().GetInstantiationPublic();
2877 return instantiationPublic ?? Type.EmptyTypes;
2878 }
virtual RuntimeTypeHandle GetTypeHandleInternal()
Definition Type.cs:449
Type GetRootElementType()
Definition Type.cs:1289

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