ValueParameterTGetEvaluator 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.FoundationEvaluatorGroup
The group in which to obtain the evaluator. 
Return Value
Type: 
ParameterEvaluatorTThe placeholder evaluator.
Implements
IEvaluatorParameterTGetEvaluator(EvaluatorGroup)
Exceptions
See Also