Func1<TParam, TResult> typedef

TResult Func1 (
  1. TParam param
)

Implementation

typedef Func1<TParam, TResult> = TResult Function(TParam param);