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

◆ ApplySort()

void IBindingList. System.Data.DataViewManager.ApplySort ( PropertyDescriptor property,
ListSortDirection direction )
inlineprivate

Implements System.ComponentModel.IBindingList.

Definition at line 275 of file DataViewManager.cs.

276 {
277 throw s_notSupported;
278 }
static readonly NotSupportedException s_notSupported

References System.Data.DataViewManager.s_notSupported.