Click or drag to resize

IMatchgetVariable Method

Returns value bound to the pattern variable of the given name or null if no such pattern variable exists

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Object getVariable(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Object
See Also