Click or drag to resize

IMatchClassGetPatternElement Method

Returns the pattern element with the given name if it is available, otherwise null.

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

Parameters

name
Type: SystemString

Return Value

Type: IPatternElement
See Also