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

◆ Order

int System.Xml.Serialization.XmlAnyElementAttribute.Order
getset

Definition at line 46 of file XmlAnyElementAttribute.cs.

47 {
48 get
49 {
50 return _order;
51 }
52 set
53 {
54 if (value < 0)
55 {
57 }
58 _order = value;
59 }
60 }
static string XmlDisallowNegativeValues
Definition SR.cs:1804
Definition SR.cs:7