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

◆ SortDirection

ListSortDirection IBindingList. System.Data.DataViewManager.SortDirection
getprivate

Implements System.ComponentModel.IBindingList.

Definition at line 181 of file DataViewManager.cs.

182 {
183 get
184 {
185 throw s_notSupported;
186 }
187 }
static readonly NotSupportedException s_notSupported