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

◆ ElementName

string System.Xml.Serialization.SoapElementAttribute.ElementName
getset

Definition at line 14 of file SoapElementAttribute.cs.

15 {
16 get
17 {
18 if (_elementName != null)
19 {
20 return _elementName;
21 }
22 return string.Empty;
23 }
25 set
26 {
28 }
29 }