Click or drag to resize

SequenceExpressionFunctionMethodCall(SequenceExpression, String, ListSequenceExpression) Constructor

Initializes a new instance of the SequenceExpressionFunctionMethodCall class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceExpressionFunctionMethodCall(
	SequenceExpression targetExpr,
	string name,
	List<SequenceExpression> argExprs
)

Parameters

targetExpr  SequenceExpression
 
name  String
 
argExprs  ListSequenceExpression
 
See Also