Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RuntimeType
Type
? System.Dynamic.DynamicMetaObject.RuntimeType
get
inherited
Definition at line
33
of file
DynamicMetaObject.cs
.
34
{
35
get
36
{
37
if
(
HasValue
)
38
{
39
Type
type
=
Expression
.
Type
;
40
if
(
type
.IsValueType)
41
{
42
return
type
;
43
}
44
return
Value
?.GetType();
45
}
46
return
null
;
47
}
48
}
System.Dynamic.DynamicMetaObject.HasValue
bool HasValue
Definition
DynamicMetaObject.cs:31
System.Dynamic.DynamicMetaObject.Value
object? Value
Definition
DynamicMetaObject.cs:20
System.Linq.Expressions.Expression.Type
virtual Type Type
Definition
Expression.cs:683
System.Linq.Expressions.Expression
Definition
Expression.cs:5484
System.Data.Common.StorageType.Type
@ Type
System.ExceptionArgument.type
@ type
System
Dynamic
ExpandoObject
MetaExpando
Generated by
1.10.0