[]
Returns a list of the current group descriptions.
public static IReadOnlyList<GroupDescription> GetGroupDescriptions<T>(this IDataCollection<T> dataCollection) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
Type | Description |
---|---|
IReadOnlyList<GroupDescription> |
Name | Description |
---|---|
T |