Click or drag to resize

IAttributeBearerItem Property

Indexer that gives access to the attributes of the attribute bearer.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object this[
	string attrName
] { get; set; }

Parameters

attrName
Type: SystemString

Property Value

Type: Object
See Also