poison ~0.0.6 (2016-11-24T21:26:34Z)
Dub
Repo
ActionArgs.this
poison
core
action
ActionArgs
Creates a new instance of the action passing a delegate.
this
(void function(T) f)
this
(void delegate(T) d)
class
ActionArgs
(T)
this
(
void
delegate
(
T
)
d
)
Parameters
d
void
delegate
(
T
)
The delegate.
Meta
Source
See Implementation
poison
core
action
ActionArgs
constructors
this
functions
opCall
Creates a new instance of the action passing a delegate.