Click or drag to resize

SequenceExpressionMathIntMax.GetLocalVariables Method (Dictionary<SequenceVariable, SetValueType>, List<SequenceExpressionConstructor>)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public override void GetLocalVariables(
	Dictionary<SequenceVariable, SetValueType> variables,
	List<SequenceExpressionConstructor> constructors
)

Parameters

variables
Type: System.Collections.Generic.Dictionary<SequenceVariable, SetValueType>
constructors
Type: System.Collections.Generic.List<SequenceExpressionConstructor>
See Also