Click or drag to resize

SequenceStrictOrAll Constructor (List<Sequence>, Boolean)

Initializes a new instance of the SequenceStrictOrAll class

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

Parameters

sequences
Type: System.Collections.Generic.List<Sequence>
choice
Type: System.Boolean
See Also