ActionArgs.this

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

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

Parameters

f
Type: void function(
T
)

The function pointer.

Meta