Click or drag to resize

SequenceBaseCopyArgumentExpressionsAndArguments Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected static void CopyArgumentExpressionsAndArguments(
	Dictionary<SequenceVariable, SequenceVariable> originalToCopy,
	IGraphProcessingEnvironment procEnv,
	SequenceExpression[] sourceArgumentExpressions,
	out SequenceExpression[] targetArgumentExpressions,
	out Object[] targetArguments
)

Parameters

originalToCopy
Type: System.Collections.GenericDictionarySequenceVariable, SequenceVariable
procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
sourceArgumentExpressions
Type: de.unika.ipd.grGen.libGrSequenceExpression
targetArgumentExpressions
Type: de.unika.ipd.grGen.libGrSequenceExpression
targetArguments
Type: SystemObject
See Also