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

◆ IsSorted

bool IBindingList. System.Data.LinqDataView.IsSorted
getprivate

Implements System.ComponentModel.IBindingList.

Definition at line 64 of file LinqDataView.cs.

65 {
66 get
67 {
68 if (base.SortComparison == null)
69 {
70 return base.Sort.Length != 0;
71 }
72 return true;
73 }
74 }