Constructs a new grouping object.
Namespace:
Extreme.DataAnalysis.Linq
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Grouping(
TKey key,
IList<T> values
)
Public Sub New (
key As TKey,
values As IList(Of T)
)
public:
Grouping(
TKey key,
IList<T>^ values
)
new :
key : 'TKey *
values : IList<'T> -> Grouping
Parameters
- key
- Type: TKey
The key of the grouping. - values
- Type: System.Collections.GenericIListT
A list of values in the grouping.
Reference