Click or drag to resize

Annotations Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrAnnotations

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public class Annotations : IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The Annotations type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationsInitializes a new instance of the Annotations class
Top
Properties
 NameDescription
Public propertyItem Indexer for the annotations, returns annotation of the corresponding name (in O(1) by Dictionary lookup).
Top
Methods
 NameDescription
Public methodContainsAnnotation Returns whether the annotations contain the given annotation.
Public methodGetEnumerator 
Top
Fields
 NameDescription
Public fieldannotations The annotations of the attribute, use the methods above for access (member only available for post-generation changes)
Top
See Also