Click or drag to resize

SequenceExpressionFunctionCallInterpreted(IFunctionDefinition, ListSequenceExpression) Constructor

Initializes a new instance of the SequenceExpressionFunctionCallInterpreted class

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

Parameters

FunctionDef  IFunctionDefinition
 
argExprs  ListSequenceExpression
 
See Also