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

◆ ObjectType

Type System.Runtime.Serialization.ClassDataContract.ObjectType
getpackage

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 }