Operator implicit operator
implicit operator Command(Action)
public static implicit operator Command(Action execute)
Parameters
executeActionThe action to execute when the command is invoked. Cannot be null.
public static implicit operator Command(Action execute)
execute ActionThe action to execute when the command is invoked. Cannot be null.