 | IGlobalVariablesItem Property |
Indexer for accessing the variables by name, via index notation on this object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxObject this[
string name
] { get; set; }
Parameters
- name String
- The name of the variable to access
Return Value
ObjectThe value of the variable accessed (read on get, written on set)
See Also