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

◆ ElementName

string System.Xml.Serialization.XmlArrayItemAttribute.ElementName
getset

Definition at line 37 of file XmlArrayItemAttribute.cs.

38 {
39 get
40 {
41 if (_elementName != null)
42 {
43 return _elementName;
44 }
45 return string.Empty;
46 }
48 set
49 {
51 }
52 }