Click or drag to resize

SequenceComputationProcedureCall Constructor (ListSequenceExpression, ListSequenceVariable)

Initializes a new instance of the SequenceComputationProcedureCall class

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

Parameters

argExprs
Type: System.Collections.GenericListSequenceExpression
returnVars
Type: System.Collections.GenericListSequenceVariable
See Also