 | IMatchgetVariableAt Method |
Returns variable at position index (most efficient access)
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxObject getVariableAt(
int index
)
Parameters
- index Int32
- The position of the variable to return
Return Value
ObjectThe variable at the given index
See Also