Click or drag to resize

ElementDef Constructor

Initializes a new instance of the ElementDef class

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public ElementDef(
	string elemName,
	string varName,
	string typeName,
	ArrayList attributes
)

Parameters

elemName
Type: SystemString
varName
Type: SystemString
typeName
Type: SystemString
attributes
Type: System.CollectionsArrayList
See Also