Click or drag to resize

SequenceLazyAnd Constructor (Sequence, Sequence, Boolean, Boolean)

Initializes a new instance of the SequenceLazyAnd class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceLazyAnd(
	Sequence left,
	Sequence right,
	bool random,
	bool choice
)

Parameters

left
Type: de.unika.ipd.grGen.libGrSequence
right
Type: de.unika.ipd.grGen.libGrSequence
random
Type: SystemBoolean
choice
Type: SystemBoolean
See Also