LookupSelector<TKey, TValue, TResult> typedef

TResult LookupSelector (TKey key, TValue value)

Takes an key of type TKey and a value of type TValue and maps them into a value of type TResult, returning the value.

Implementation

typedef TResult LookupSelector<TKey, TValue, TResult>(TKey key, TValue value);