Click or drag to resize

ValueDefinition<T>.GetEvaluator Method

Gets an evaluator that can be used to produce a value. See GetEvaluator(EvaluatorGroup) for more details.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ValueEvaluator<T> GetEvaluator()

Return Value

Type: ValueEvaluator<T>
An evaluator for this instance.
See Also