Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsValueType
bool
System.Runtime.Serialization.DataContract.IsValueType
get
set
inherited
Definition at line
1125
of file
DataContract.cs
.
1126
{
1127
get
1128
{
1129
return
_helper
.
IsValueType
;
1130
}
1131
set
1132
{
1133
_helper.IsValueType
=
value
;
1134
}
1135
}
System.Runtime.Serialization.DataContract.DataContractCriticalHelper.IsValueType
bool IsValueType
Definition
DataContract.cs:113
System.Runtime.Serialization.DataContract._helper
readonly DataContractCriticalHelper _helper
Definition
DataContract.cs:1081
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Runtime
Serialization
XsDurationDataContract
Generated by
1.10.0