Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Return(T)

Declaration

public Return(
    T result
)

Summary

Constructs a WorkStep<T>.Return value.

Parameters

Tresult Specifies the result returned by the computation.

Remarks

For convenience, the type WorkStep<T> declares an implicit operator equivalent to this constructor.