Method WithAction
| Improve this Doc View SourceWithAction(Action<T>)
Sets the action.
Declaration
public Trigger<T> WithAction(Action<T> action)
Parameters
Type | Name | Description |
---|---|---|
System.Action<T> | action | The action. |
Returns
Type | Description |
---|---|
Trigger<T> | This trigger for fluent coding. |