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

◆ DataType

string System.Xml.Serialization.XmlTextAttribute.DataType
getset

Definition at line 24 of file XmlTextAttribute.cs.

25 {
26 get
27 {
28 if (_dataType != null)
29 {
30 return _dataType;
31 }
32 return string.Empty;
33 }
35 set
36 {
38 }
39 }