Click or drag to resize

SequenceExpressionSetConstructor Constructor (String, SequenceExpression)

Initializes a new instance of the SequenceExpressionSetConstructor class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public SequenceExpressionSetConstructor(
	string valueType,
	SequenceExpression[] setItems
)

Parameters

valueType
Type: SystemString
setItems
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also