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