Command0<T> constructor

Command0<T>(
  1. CommandAction0<T> _action
)

Creates a Command0 with the provided CommandAction0.

Implementation

Command0(this._action);