poison ~master (2022-01-22T14:41:51.3317707)
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.