Table of Contents

Interface IGrouping<TKey, TElement>

Namespace
UniLinq
Assembly
Assembly-CSharp.dll
public interface IGrouping<TKey, TElement> : IEnumerable<TElement>, IEnumerable

Type Parameters

TKey
TElement
Inherited Members
Extension Methods

Properties

Key

TKey Key { get; }

Property Value

TKey