ValueParameterTGetEvaluator Method |
Gets the placeholder evaluator associated with this parameter.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.FoundationEvaluatorGroup
The group in which to obtain the evaluator.
Return Value
Type:
ParameterEvaluatorTThe placeholder evaluator.
Implements
IEvaluatorParameterTGetEvaluator(EvaluatorGroup)Exceptions See Also