Click or drag to resize

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.1
Syntax
C#
public Object this[
	string key
] { get; }

Parameters

key  String
 

Property Value

Object
See Also