Table of Contents

Interface ILookup<TKey, TElement>

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

Type Parameters

TKey
TElement
Inherited Members
Extension Methods

Properties

Count

int Count { get; }

Property Value

int

this[TKey]

IEnumerable<TElement> this[TKey key] { get; }

Parameters

key TKey

Property Value

IEnumerable<TElement>

Methods

Contains(TKey)

bool Contains(TKey key)

Parameters

key TKey

Returns

bool