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

◆ ElementName

string System.Xml.Serialization.XmlArrayAttribute.ElementName
getset

Definition at line 19 of file XmlArrayAttribute.cs.

20 {
21 get
22 {
23 if (_elementName != null)
24 {
25 return _elementName;
26 }
27 return string.Empty;
28 }
30 set
31 {
33 }
34 }