Click or drag to resize

SequenceBinary Constructor (SequenceType, Sequence, Sequence, Boolean, Boolean)

Initializes a new instance of the SequenceBinary class

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

Parameters

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