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

◆ DataType

string System.Xml.Serialization.SoapAttributeAttribute.DataType
getset

Definition at line 43 of file SoapAttributeAttribute.cs.

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