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

Parameters

key
Type: SystemString

Property Value

Type: Object
See Also