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

◆ AttributeName

string System.Xml.Serialization.XmlAttributeAttribute.AttributeName
getset

Definition at line 31 of file XmlAttributeAttribute.cs.

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