Show / Hide Table of Contents

Method WithAction

| Improve this Doc View Source

WithAction(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest