程序包 amo.lib.linq

接口 Grouping<TKey,​TElement>

类型参数:
TKey - type used to group the TElements
TElement - type of the elements grouped through the TKey

public interface Grouping<TKey,​TElement>
Represents a collection of TElements that had been grouped through the TKey.