Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Util.WorkStep<T>

Summary

Describes the result of a call to a WorkNode<T>.

Generic type parameters

T Type of result to compute.

Remarks

This type is closed: Every value is either null or an instance of WorkStep<T>.Return or WorkStep<T>.Call. The value null is treated as being equivalent to a WorkStep<T>.Return containing a default(T).

Operators

WorkStep<T>Implicitly converts from a result value to a WorkStep<T>.Return.
WorkStep<T>Implicitly converts from another work delegate to a WorkStep<T>.Call.

Nested types

Indicates that the current delegate requires another value to be computed before it can continue.
Indicates that the current delegate has finished its work and returned a result.