Click or drag to resize

EvaluatorVariableNames Property

Returns a list of all the variables that have been added to the Evaluator context.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public List<string> VariableNames { get; }

Property Value

Type: ListString
See Also