Share via


GraphSetter.Evaluate(Object) Method

Definition

Compile the expression and return its evaluator

public:
 virtual System::Object ^ Evaluate(System::Object ^ context);
public virtual object Evaluate (object context);
abstract member Evaluate : obj -> obj
override this.Evaluate : obj -> obj
Public Overridable Function Evaluate (context As Object) As Object

Parameters

context
Object

The context object against which to evaluate the result

Returns

The evaluator for this condition, null if the condition can't be compiled

Applies to