Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Order
int System.Xml.Serialization.XmlElementAttribute.Order
get
set
Definition at line
110
of file
XmlElementAttribute.cs
.
111
{
112
get
113
{
114
return
_order
;
115
}
116
set
117
{
118
if
(
value
< 0)
119
{
120
throw
new
ArgumentException
(
System
.
SR
.
XmlDisallowNegativeValues
,
"Order"
);
121
}
122
_order
=
value
;
123
}
124
}
System.SR.XmlDisallowNegativeValues
static string XmlDisallowNegativeValues
Definition
SR.cs:1804
System.SR
Definition
SR.cs:7
System.Xml.Serialization.XmlElementAttribute._order
int _order
Definition
XmlElementAttribute.cs:23
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
Serialization
XmlElementAttribute
Generated by
1.10.0