Click or drag to resize

SequenceExpressionFunctionCallCompiled Constructor (String, String, String, String, ListSequenceExpression, Boolean)

Initializes a new instance of the SequenceExpressionFunctionCallCompiled class

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

Parameters

Name
Type: SystemString
Package
Type: SystemString
PackagePrefixedName
Type: SystemString
ReturnType
Type: SystemString
argExprs
Type: System.Collections.GenericListSequenceExpression
IsExternal
Type: SystemBoolean
See Also