Click or drag to resize

SequenceExpressionArrayReverse Constructor (SequenceExpressionArrayReverse, Dictionary<SequenceVariable, SequenceVariable>, IGraphProcessingEnvironment)

Initializes a new instance of the SequenceExpressionArrayReverse class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected SequenceExpressionArrayReverse(
	SequenceExpressionArrayReverse that,
	Dictionary<SequenceVariable, SequenceVariable> originalToCopy,
	IGraphProcessingEnvironment procEnv
)

Parameters

that
Type: de.unika.ipd.grGen.libGr.SequenceExpressionArrayReverse
originalToCopy
Type: System.Collections.Generic.Dictionary<SequenceVariable, SequenceVariable>
procEnv
Type: de.unika.ipd.grGen.libGr.IGraphProcessingEnvironment
See Also