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

◆ SortProperty

PropertyDescriptor IBindingList. System.Data.DataViewManager.SortProperty
getprivate

Implements System.ComponentModel.IBindingList.

Definition at line 173 of file DataViewManager.cs.

174 {
175 get
176 {
177 throw s_notSupported;
178 }
179 }
static readonly NotSupportedException s_notSupported