Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Order
int System.Xml.Serialization.XmlArrayAttribute.Order
get
set
Definition at line
72
of file
XmlArrayAttribute.cs
.
73
{
74
get
75
{
76
return
_order
;
77
}
78
set
79
{
80
if
(
value
< 0)
81
{
82
throw
new
ArgumentException
(
System
.
SR
.
XmlDisallowNegativeValues
,
"Order"
);
83
}
84
_order
=
value
;
85
}
86
}
System.SR.XmlDisallowNegativeValues
static string XmlDisallowNegativeValues
Definition
SR.cs:1804
System.SR
Definition
SR.cs:7
System.Xml.Serialization.XmlArrayAttribute._order
int _order
Definition
XmlArrayAttribute.cs:17
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
Serialization
XmlArrayAttribute
Generated by
1.10.0