ActionArgs.this

Creates a new instance of the action passing a delegate.

  1. this(void function(T) f)
  2. this(void delegate(T) d)
    class ActionArgs(T)
    this
    (
    void delegate(
    T
    )
    d
    )

Parameters

d
Type: void delegate(
T
)

The delegate.

Meta