Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
ExplicitGrouping
<
TKey
,
TValue
>
.
ExplicitGrouping
(TKey,
IEnumerable
<TValue>
)
Constructor
Namespace
Statiq
.Common
Type
ExplicitGrouping
<TKey,
TValue>
Constructors
ExplicitGrouping
(TKey,
IEnumerable
<TValue>
)
Method Members
GetEnumerator
()
Property Members
Key
Namespace
Statiq
.Common
Containing Type
ExplicitGrouping
<
TKey
,
TValue
>
Syntax
public ExplicitGrouping(TKey key, IEnumerable<TValue> values)
Parameters
Name
Type
Description
key
TKey
values
IEnumerable
<
TValue
>
On This Page
Syntax
Parameters