Click or drag to resize

SequenceForIndexAccessOrdering Constructor (SequenceVariable, Boolean, String, SequenceExpression, RelOpDirection, SequenceExpression, RelOpDirection, Sequence, ListSequenceVariable)

Initializes a new instance of the SequenceForIndexAccessOrdering class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public SequenceForIndexAccessOrdering(
	SequenceVariable var,
	bool ascending,
	string indexName,
	SequenceExpression expr,
	RelOpDirection dir,
	SequenceExpression expr2,
	RelOpDirection dir2,
	Sequence seq,
	List<SequenceVariable> variablesFallingOutOfScopeOnLeavingFor
)

Parameters

var
Type: de.unika.ipd.grGen.libGrSequenceVariable
ascending
Type: SystemBoolean
indexName
Type: SystemString
expr
Type: de.unika.ipd.grGen.libGrSequenceExpression
dir
Type: de.unika.ipd.grGen.libGrRelOpDirection
expr2
Type: de.unika.ipd.grGen.libGrSequenceExpression
dir2
Type: de.unika.ipd.grGen.libGrRelOpDirection
seq
Type: de.unika.ipd.grGen.libGrSequence
variablesFallingOutOfScopeOnLeavingFor
Type: System.Collections.GenericListSequenceVariable
See Also