Click or drag to resize

SequenceBaseGetLocalVariables Method

Overload List
  NameDescription
Protected methodStatic memberGetLocalVariables(SequenceExpression, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)
Protected methodStatic memberGetLocalVariables(SequenceFilterCall, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)
Protected methodStatic memberGetLocalVariables(ListSequenceFilterCallBase, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)
Protected methodStatic memberGetLocalVariables(SequenceFilterCallLambdaExpression, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)
Protected methodStatic memberGetLocalVariables(SequenceVariable, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)
Public methodGetLocalVariables(DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor, SequenceBase)
Walks the sequence tree from this on to the given target sequence base (inclusive), collecting all variables found on the way into the variables dictionary, and all container and object type constructors used into the constructors array.
Top
See Also