Sorts the collection view according to the specified sort path and direction.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function SortAsync(Of  As Class)( _
   ByVal  As C1CollectionView(Of T), _
   ByVal  As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   Optional ByVal  As SortDirection _
) As System.Threading.Tasks.Task
             
        
            
            public static System.Threading.Tasks.Task SortAsync<>( 
   C1CollectionView<T> ,
   System.Linq.Expressions.Expression<Func<T,object>> ,
   SortDirection 
)
where T: class
             
        
             
        
            パラメータ
- collectionView
 
- The collection view.
 - sortPath
 
- The filter path.
 - sortDirection
 
- The sort direction.
 
            型パラメータ
- T
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照