Click or drag to resize

SequenceComputationProcedureMethodCall Constructor (SequenceExpression, String, ListSequenceExpression, ListSequenceVariable)

Initializes a new instance of the SequenceComputationProcedureMethodCall class

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

Parameters

targetExpr
Type: de.unika.ipd.grGen.libGrSequenceExpression
name
Type: SystemString
argExprs
Type: System.Collections.GenericListSequenceExpression
returnVars
Type: System.Collections.GenericListSequenceVariable
See Also