LookupSelector<TKey, TValue, TResult> typedef
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);