Click or drag to resize

SequenceGeneratorHelperSetVar Method

Returns string containing a C# assignment to set the sequence-local variable / graph-global variable given to the value as computed by the C# expression in the string given

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public string SetVar(
	SequenceVariable seqVar,
	string valueToWrite
)

Parameters

seqVar
Type: de.unika.ipd.grGen.libGrSequenceVariable
valueToWrite
Type: SystemString

Return Value

Type: String
See Also