EvaluatorLookup Delegate

Definition

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.

Applies to