class Lookup<TKey,TElement>

in global :: System . Linq

Represents a collection of keys each mapped to one or more values.

  • TKey The type of the keys in the .
  • TElement The type of the elements of each value in the .

public int Count { get; }

Gets the number of key/value collection pairs in the .

  • Returns The number of key/value collection pairs in the .

public IEnumerable<TElement> Item { get; }

😔 No documentation found.

public bool Contains( TKey key )

😔 No documentation found.

public IEnumerator<IGrouping<TKey,TElement>> GetEnumerator( )

😔 No documentation found.

public IEnumerable<TResult> ApplyResultSelector( Func<TKey,IEnumerable<TElement>,TResult> resultSelector )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.