Click or drag to resize

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.1
Syntax
C#
public static string SetResultVar(
	SequenceBase seq,
	string valueToWrite
)

Parameters

seq  SequenceBase
 
valueToWrite  String
 

Return Value

String
See Also