Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Order
int System.ComponentModel.DataAnnotations.DisplayAttribute.Order
get
set
Definition at line
140
of file
DisplayAttribute.cs
.
141
{
142
get
143
{
144
if
(!
_order
.HasValue)
145
{
146
throw
new
InvalidOperationException
(
System
.
SR
.
Format
(
System
.
SR
.
DisplayAttribute_PropertyNotSet
,
"Order"
,
"GetOrder"
));
147
}
148
return
_order
.GetValueOrDefault();
149
}
150
set
151
{
152
_order
=
value
;
153
}
154
}
System.ComponentModel.DataAnnotations.DisplayAttribute._order
int? _order
Definition
DisplayAttribute.cs:22
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR.DisplayAttribute_PropertyNotSet
static string DisplayAttribute_PropertyNotSet
Definition
SR.cs:46
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0