'宣言 Public Shared Function GroupAsync(Of T As Class)( _ ByVal collectionView As C1CollectionView(Of T), _ ByVal groupPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)) _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task GroupAsync<T>( C1CollectionView<T> collectionView, System.Linq.Expressions.Expression<Func<T,object>> groupPath ) where T: class
パラメータ
- collectionView
- The collection view.
- groupPath
- The group path.
型パラメータ
- T