Click or drag to resize

IGlobalVariablesItem Property

Indexer for accessing the variables by name, via index notation on this object.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
Object this[
	string name
] { get; set; }

Parameters

name  String
The name of the variable to access

Return Value

Object
The value of the variable accessed (read on get, written on set)
See Also