Action

An action.

Constructors

this
this(void function() f)

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

this
this(void delegate() d)

Creates a new instance of the action passing a delegate.

Members

Functions

opCall
void opCall()

Operator overload for calling Action implicit.

Meta