 | AnnotationsItem Property |
Indexer for the annotations, returns annotation of the corresponding name (in O(1) by Dictionary lookup).
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic Object this[
string key
] { get; }
Parameters
- key
- Type: SystemString
Property Value
Type:
Object
See Also