Command0<T> constructor
Command0<T> (
- CommandAction0<
T> _action
Creates a Command0 with the provided CommandAction0.
Implementation
Command0(this._action);
Creates a Command0 with the provided CommandAction0.
Command0(this._action);