Click or drag to resize

IMatchMark Method

Writes a flag to the match, which is remembered; helper for symmetry checking

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Mark(
	bool flag
)

Parameters

flag
Type: SystemBoolean
The boolean value to write
See Also