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

◆ AttributeName

string System.Xml.Serialization.SoapAttributeAttribute.AttributeName
getset

Definition at line 14 of file SoapAttributeAttribute.cs.

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