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

◆ IsPrimitive()

static bool System.RuntimeTypeHandle.IsPrimitive ( RuntimeType type)
inlinestaticpackage

Definition at line 170 of file RuntimeTypeHandle.cs.

171 {
172 return GetCorElementType(type).IsPrimitiveType();
173 }
static CorElementType GetCorElementType(RuntimeType type)

References System.RuntimeTypeHandle.GetCorElementType(), and System.type.

Referenced by System.RuntimeType.IsPrimitiveImpl().