| オーバーロード | 解説 | 
|---|---|
| SortAsync<T>(ICollectionView<T>,String,SortDirection) | Sorts the collection view according to the specified sort parameters. | 
| SortAsync<T>(ICollectionView<T>,Expression<Func<T,Object>>,SortDirection) | Sorts the collection view according to the specified sort path and direction. | 
| SortAsync<T>(ICollectionView<T>,SortDescription[]) | Sorts the collection view according to the specified sort descriptions. |