Click or drag to resize

SequenceExpressionFunctionCallInterpreted Constructor (IFunctionDefinition, ListSequenceExpression)

Initializes a new instance of the SequenceExpressionFunctionCallInterpreted class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceExpressionFunctionCallInterpreted(
	IFunctionDefinition FunctionDef,
	List<SequenceExpression> argExprs
)

Parameters

FunctionDef
Type: de.unika.ipd.grGen.libGrIFunctionDefinition
argExprs
Type: System.Collections.GenericListSequenceExpression
See Also