Click or drag to resize

SequenceBaseRemoveVariablesFallingOutOfScope Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected static void RemoveVariablesFallingOutOfScope(
	Dictionary<SequenceVariable, SetValueType> variables,
	List<SequenceVariable> variablesFallingOutOfScope
)

Parameters

variables
Type: System.Collections.GenericDictionarySequenceVariable, SetValueType
variablesFallingOutOfScope
Type: System.Collections.GenericListSequenceVariable
See Also