Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Order
int System.Xml.Serialization.XmlAnyElementAttribute.Order
get
set
Definition at line
46
of file
XmlAnyElementAttribute.cs
.
47
{
48
get
49
{
50
return
_order
;
51
}
52
set
53
{
54
if
(
value
< 0)
55
{
56
throw
new
ArgumentException
(
System
.
SR
.
XmlDisallowNegativeValues
,
"Order"
);
57
}
58
_order
=
value
;
59
}
60
}
System.SR.XmlDisallowNegativeValues
static string XmlDisallowNegativeValues
Definition
SR.cs:1804
System.SR
Definition
SR.cs:7
System.Xml.Serialization.XmlAnyElementAttribute._order
int _order
Definition
XmlAnyElementAttribute.cs:12
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
Serialization
XmlAnyElementAttribute
Generated by
1.10.0