ValueParameter<T>.GetEvaluator Method |
Gets the placeholder evaluator associated with this parameter.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ParameterEvaluator<T> GetEvaluator(
EvaluatorGroup group
)
Public Function GetEvaluator (
group As EvaluatorGroup
) As ParameterEvaluator(Of T)
public:
virtual ParameterEvaluator<T>^ GetEvaluator(
EvaluatorGroup^ group
) sealed
abstract GetEvaluator :
group : EvaluatorGroup -> ParameterEvaluator<'T>
override GetEvaluator :
group : EvaluatorGroup -> ParameterEvaluator<'T>
Parameters
- group
- Type: AGI.Foundation.EvaluatorGroup
The group in which to obtain the evaluator.
Return Value
Type:
ParameterEvaluator<T>The placeholder evaluator.
Implements
IEvaluatorParameter<T>.GetEvaluator(EvaluatorGroup)
Exceptions
See Also