Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsValueTypeImpl()
override
bool
System.RuntimeType.IsValueTypeImpl
(
)
inline
protected
virtual
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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.RuntimeType.IsSubclassOf
override bool IsSubclassOf(Type type)
Definition
RuntimeType.cs:2816
System.RuntimeType.ValueType
static readonly RuntimeType ValueType
Definition
RuntimeType.cs:1442
System.AttributeTargets.Enum
@ Enum
System
RuntimeType
Generated by
1.10.0