Click or drag to resize

PatternMatchingConstruct Constructor

Initializes a new instance of the PatternMatchingConstruct class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public PatternMatchingConstruct(
	string symbol,
	PatternMatchingConstructType constructType
)

Parameters

symbol
Type: SystemString
constructType
Type: de.unika.ipd.grGen.libGrPatternMatchingConstructType
See Also