poison ~master (2016-12-10T22:03:17Z)
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
Type:
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.