Click or drag to resize

AssignmentTargetAttributeIndexed(SequenceVariable, String, SequenceExpression) Constructor

Initializes a new instance of the AssignmentTargetAttributeIndexed class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public AssignmentTargetAttributeIndexed(
	SequenceVariable destVar,
	string attributeName,
	SequenceExpression keyExpr
)

Parameters

destVar  SequenceVariable
 
attributeName  String
 
keyExpr  SequenceExpression
 
See Also