EvaluatorLookup Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to lookup function information from the type.
public delegate AdaptiveExpressions.ExpressionEvaluator EvaluatorLookup(string type);
type EvaluatorLookup = delegate of string -> ExpressionEvaluator
Public Delegate Function EvaluatorLookup(type As String) As ExpressionEvaluator
Parameters
- type
- String
Name to lookup, usually from ExpressionType.
Return Value
Expression evaluation information.