Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested sealed class: RT.Util.WorkStep<T>.Call

Summary

Indicates that the current delegate requires another value to be computed before it can continue.

Constructors

Call(WorkNode<T> work)
Constructs a WorkStep<T>.Call value. (see also remarks)

Instance properties

WorkNode<T>Specifies the additional work required.