Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSorted
bool
IBindingList. System.Data.LinqDataView.IsSorted
get
private
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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Data
LinqDataView
Generated by
1.10.0