Click or drag to resize

SequenceIfThen Constructor (Sequence, Sequence, ListSequenceVariable, ListSequenceVariable)

Initializes a new instance of the SequenceIfThen class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceIfThen(
	Sequence condition,
	Sequence trueCase,
	List<SequenceVariable> variablesFallingOutOfScopeOnLeavingIf,
	List<SequenceVariable> variablesFallingOutOfScopeOnLeavingTrueCase
)

Parameters

condition
Type: de.unika.ipd.grGen.libGrSequence
trueCase
Type: de.unika.ipd.grGen.libGrSequence
variablesFallingOutOfScopeOnLeavingIf
Type: System.Collections.GenericListSequenceVariable
variablesFallingOutOfScopeOnLeavingTrueCase
Type: System.Collections.GenericListSequenceVariable
See Also