 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic string SetVar(
SequenceVariable seqVar,
string valueToWrite
)
Parameters
- seqVar SequenceVariable
-
- valueToWrite String
-
Return Value
String
See Also