Action.this

Creates a new instance of the action passing a function pointer.

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

Parameters

f
Type: void function(
)

The function pointer.

Meta