Declaration
public Return(
T result
)
Summary
Constructs a
WorkStep<T>.Return value.
Parameters
T | result |
Specifies the result returned by the computation. |
Remarks
For convenience, the type
WorkStep<T> declares an implicit operator equivalent to this
constructor.