Click or drag to resize

IMatchgetVariableAt Method

Returns variable at position index (most efficient access)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object getVariableAt(
	int index
)

Parameters

index
Type: SystemInt32
The position of the variable to return

Return Value

Type: Object
The variable at the given index
See Also