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