Action.this

Creates a new instance of the action passing a delegate.

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

Parameters

d
Type: void delegate(
)

The delegate.

Meta