 | 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.2
SyntaxObject this[
string name
] { get; set; }
Parameters
- name
- Type: SystemString
The name of the variable to access
Return Value
Type:
ObjectThe value of the variable accessed (read on get, written on set)
See Also