Click or drag to resize

IGraphModelEnumAttributeTypes Property

Enumerates all enum attribute types declared for this model.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
C#
IEnumerable<EnumAttributeType> EnumAttributeTypes { get; }

Property Value

Type: IEnumerableEnumAttributeType
See Also