ValueDefinitionTGetEvaluator Method |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueEvaluator<T> GetEvaluator()
Public Function GetEvaluator As ValueEvaluator(Of T)
public:
ValueEvaluator<T>^ GetEvaluator()
member GetEvaluator : unit -> ValueEvaluator<'T>
Return Value
Type:
ValueEvaluatorTAn evaluator for this instance.
See Also