ComponentOne Xamarin.iOS
GetSortDescriptions<T> Method


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetSortDescriptions<T> Method
The collection view.
Returns a list of the current sort descriptions.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetSortDescriptions(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T) _
) As IReadOnlyList(Of SortDescription)
'Usage
 
Dim collectionView As ICollectionView(Of T)
Dim value As IReadOnlyList(Of SortDescription)
 
value = ICollectionViewEx.GetSortDescriptions(Of T)(collectionView)
[Extension()]
public static IReadOnlyList<SortDescription> GetSortDescriptions<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members