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

◆ MemberName

string System.Xml.Serialization.XmlChoiceIdentifierAttribute.MemberName
getset

Definition at line 13 of file XmlChoiceIdentifierAttribute.cs.

14 {
15 get
16 {
17 if (_name != null)
18 {
19 return _name;
20 }
21 return string.Empty;
22 }
24 set
25 {
26 _name = value;
27 }
28 }