 | SequenceComputationGeneratorHelperSetResultVar Method |
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)
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic static string SetResultVar(
SequenceBase seq,
string valueToWrite
)
Parameters
- seq
- Type: de.unika.ipd.grGen.libGrSequenceBase
- valueToWrite
- Type: SystemString
Return Value
Type:
String
See Also