Call.action

When the method which matches this expectation is called execute the given delegate. The delegate's signature must match the signature of the called method.

The called method will return whatever the given delegate returns.

mixintemplate Call(alias F)
ref
typeof(this)
action
(
Action callback
)

Parameters

callback Action

Callable should be called.

Return Value

Type: typeof(this)

$(D_KEYWORD this).

Meta