ExplicitGrouping<TKey, TValue> Class
Namespace
Statiq.Common
Base Types
ExplicitGrouping<TKey, TValue>
IGrouping<TKey, TValue>

Syntax

public class ExplicitGrouping<TKey, TValue> : IGrouping<TKey, TValue>

Type Parameters

Name Description
TKey
TValue

Constructors

Properties

Name Property Type Summary
Key TKey

Methods

Name Return Value Summary
GetEnumerator() IEnumerator<TValue>

Extension Methods