Click or drag to resize

SequenceComputationGeneratorHelper Methods

The SequenceComputationGeneratorHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeclareResultVar
Returns a string containing a C# declaration of the result variable of the sequence (or sequence computation) construct
Public methodStatic memberGetResultVar
Returns a string containing a C# expression to get the value of the result variable of the sequence or sequence computation construct (every sequence part writes a success-value which is read by other parts determining execution flow)
Public methodStatic memberSetResultVar
Returns a string containing a C# assignment to set the result variable of the sequence or sequence computation construct to the value as computed by the C# expression in the string given (every sequence part writes a success-value which is read by other parts determining execution flow)
Top
See Also