 | BcfFaultViewCollectionTFaultViewSetSort Method (IEnumerableComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic void SetSort(
IEnumerable<Comparison<TFaultView>> comparisons
)
Public Sub SetSort (
comparisons As IEnumerable(Of Comparison(Of TFaultView))
)
Parameters
- comparisons
- Type: System.Collections.GenericIEnumerableComparisonTFaultView
The sort function. Set or an empty enumerable to clear sort.
See Also