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

◆ DataType

string System.Xml.Serialization.XmlRootAttribute.DataType
getset

Definition at line 46 of file XmlRootAttribute.cs.

47 {
48 get
49 {
50 if (_dataType != null)
51 {
52 return _dataType;
53 }
54 return string.Empty;
55 }
57 set
58 {
60 }
61 }