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

◆ DataType

string System.Xml.Serialization.SoapElementAttribute.DataType
getset

Definition at line 31 of file SoapElementAttribute.cs.

32 {
33 get
34 {
35 if (_dataType != null)
36 {
37 return _dataType;
38 }
39 return string.Empty;
40 }
42 set
43 {
45 }
46 }