Action1<TParam> typedef

void Action1 (
  1. TParam param
)

Implementation

typedef Action1<TParam> = void Function(TParam param);