'Declaration Public Shared Function GroupAsync(Of T As Class)( _ ByVal dataCollection As C1DataCollection(Of T), _ ByVal groupPath As Expression(Of Func(Of T,Object)) _ ) As Task
public static Task GroupAsync<T>( C1DataCollection<T> dataCollection, Expression<Func<T,object>> groupPath ) where T: class
Parameters
- dataCollection
- The data collection.
- groupPath
- The group path.
Type Parameters
- T