Click or drag to resize

SequenceNAry Constructor (SequenceType, ListSequence, Boolean)

Initializes a new instance of the SequenceNAry class

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

Parameters

seqType
Type: de.unika.ipd.grGen.libGrSequenceType
sequences
Type: System.Collections.GenericListSequence
choice
Type: SystemBoolean
See Also