 | Variable Constructor |
Initializes a Variable instance.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic Variable(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The name of the variable. - value
- Type: SystemObject
The value pointed to by the variable.
See Also