Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ApplyDefaultSort
bool
System.Data.DataViewSetting.ApplyDefaultSort
get
set
Definition at line
21
of file
DataViewSetting.cs
.
22
{
23
get
24
{
25
return
_applyDefaultSort
;
26
}
27
set
28
{
29
if
(
_applyDefaultSort
!=
value
)
30
{
31
_applyDefaultSort
=
value
;
32
}
33
}
34
}
System.Data.DataViewSetting._applyDefaultSort
bool _applyDefaultSort
Definition
DataViewSetting.cs:19
System.ExceptionArgument.value
@ value
System
Data
DataViewSetting
Generated by
1.10.0