Legend
| Delegate: RT.Util.WorkNode<T>
Declarationdelegate RT.Util.WorkStep<T> RT.Util.WorkNode<T>( T previousSubresult ) SummaryProvides a delegate to specify work to be executed on an unlimited call stack. See CustomCallStackParameters
ReturnsThe next step of computation (which is either a WorkStep<T>.Return or a WorkStep<T>.Call).Generic type parameters
|