Click or drag to resize

SequenceLazyOrAll(ListSequence, Boolean) Constructor

Initializes a new instance of the SequenceLazyOrAll class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceLazyOrAll(
	List<Sequence> sequences,
	bool choice
)

Parameters

sequences  ListSequence
 
choice  Boolean
 
See Also