poison v0.2.1 (2016-12-09T21:57:53Z)
Home
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.