Click or drag to resize

AssignmentTargetAttribute Constructor (SequenceVariable, String)

Initializes a new instance of the AssignmentTargetAttribute class

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

Parameters

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