Click or drag to resize

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

Initializes a new instance of the SequenceBinary class

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

Parameters

seqType  SequenceType
 
left  Sequence
 
right  Sequence
 
random  Boolean
 
choice  Boolean
 
See Also