'Declaration Public Function CanSort( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Boolean
public bool CanSort( params SortDescription[] sortDescriptions )
Parameters
- sortDescriptions
- The sort descriptions to be checked whether the collection can be sorted.