Click or drag to resize

SequenceComputationProcedureCallCompiled Constructor (String, String, String, ListSequenceExpression, ListSequenceVariable, Boolean)

Initializes a new instance of the SequenceComputationProcedureCallCompiled class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceComputationProcedureCallCompiled(
	string Name,
	string Package,
	string PackagePrefixedName,
	List<SequenceExpression> argExprs,
	List<SequenceVariable> returnVars,
	bool IsExternalProcedureCalled
)

Parameters

Name
Type: SystemString
Package
Type: SystemString
PackagePrefixedName
Type: SystemString
argExprs
Type: System.Collections.GenericListSequenceExpression
returnVars
Type: System.Collections.GenericListSequenceVariable
IsExternalProcedureCalled
Type: SystemBoolean
See Also