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

◆ IsValueTypeImpl()

override bool System.RuntimeType.IsValueTypeImpl ( )
inlineprotectedvirtual

Reimplemented from System.Type.

Definition at line 3609 of file RuntimeType.cs.

3610 {
3611 if (this == typeof(ValueType) || this == typeof(Enum))
3612 {
3613 return false;
3614 }
3615 return IsSubclassOf(typeof(ValueType));
3616 }
override bool IsSubclassOf(Type type)
static readonly RuntimeType ValueType