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

◆ IsSorted

bool IBindingList. System.Data.DataViewManager.IsSorted
getprivate

Implements System.ComponentModel.IBindingList.

Definition at line 165 of file DataViewManager.cs.

166 {
167 get
168 {
169 throw s_notSupported;
170 }
171 }
static readonly NotSupportedException s_notSupported