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