Click or drag to resize

AssignmentTargetAttributeIndexed Constructor (SequenceVariable, String, SequenceExpression)

Initializes a new instance of the AssignmentTargetAttributeIndexed class

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

Parameters

destVar
Type: de.unika.ipd.grGen.libGrSequenceVariable
attributeName
Type: SystemString
keyExpr
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also