Selector<TSource, TResult> typedef
Takes an element of type TSource
and maps it to a value of type TResult
.
Implementation
typedef TResult Selector<TSource, TResult>(TSource element);
Takes an element of type TSource
and maps it to a value of type TResult
.
typedef TResult Selector<TSource, TResult>(TSource element);