Click or drag to resize

SequenceComputationContainer Constructor (SequenceComputationType, SequenceVariable)

Initializes a new instance of the SequenceComputationContainer class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected SequenceComputationContainer(
	SequenceComputationType type,
	SequenceVariable container
)

Parameters

type
Type: de.unika.ipd.grGen.libGrSequenceComputationType
container
Type: de.unika.ipd.grGen.libGrSequenceVariable
See Also