ValueDefinitionTGetEvaluator Method |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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