Click or drag to resize

SequenceExpressionFunctionCall Constructor (SequenceExpressionType, ListSequenceExpression)

Initializes a new instance of the SequenceExpressionFunctionCall class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected SequenceExpressionFunctionCall(
	SequenceExpressionType seqExprType,
	List<SequenceExpression> argExprs
)

Parameters

seqExprType
Type: de.unika.ipd.grGen.libGrSequenceExpressionType
argExprs
Type: System.Collections.GenericListSequenceExpression
See Also