Grouping<TKey,TSubKey,TItem> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Grouping class.
public Grouping(TKey key, TSubKey subkey, System.Collections.Generic.IEnumerable<TItem> items);
Parameters
- key
- TKey
Key.
- subkey
- TSubKey
Subkey
- items
- System.Collections.Generic.IEnumerable<TItem>
Items.