Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ObjectType
Type
System.Runtime.Serialization.ClassDataContract.ObjectType
get
package
Definition at line
1127
of file
ClassDataContract.cs
.
1128
{
1129
get
1130
{
1131
Type
type
=
base
.UnderlyingType;
1132
if
(
type
.IsValueType && !
IsNonAttributedType
)
1133
{
1134
type
= Globals.TypeOfValueType;
1135
}
1136
return
type
;
1137
}
1138
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Runtime.Serialization.ClassDataContract.IsNonAttributedType
bool IsNonAttributedType
Definition
ClassDataContract.cs:1033
System.Reflection.CustomAttributeEncoding.Type
@ Type
System.ExceptionArgument.type
@ type
System
Runtime
Serialization
ClassDataContract
Generated by
1.10.0