An expression evaluator that represents a collection of evaluators. Evaluation is delegated to the evaluators in the list in the order they were added.
The following tables list the members exposed by the ExpressionEvaluatorList type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ExpressionEvaluatorList class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Evaluates the identifier with the specified name. |
|
![]() |
Invokes the function with the specified name and parameters. |
See Also