Click or drag to resize

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

Parameters

name
Type: SystemString
The name of the variable to access

Return Value

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