Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ApplyDefaultSort

bool System.Data.DataViewSetting.ApplyDefaultSort
getset

Definition at line 21 of file DataViewSetting.cs.

22 {
23 get
24 {
25 return _applyDefaultSort;
26 }
27 set
28 {
30 {
32 }
33 }
34 }