poison ~master (2016-12-10T22:03:17Z)
Home
Dub
Repo
Action.this
poison
core
action
Action
Creates a new instance of the action passing a delegate.
this
(
void
function
()
f
)
this
(
void
delegate
()
d
)
class
Action
this
(
void
delegate
(
)
d
)
Parameters
d
Type:
void
delegate
(
)
The delegate.
Meta
Source
See Implementation
poison
core
action
Action
constructors
this
functions
opCall
Creates a new instance of the action passing a delegate.