Click or drag to resize

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)
Syntax
public ParameterEvaluator<T> GetEvaluator(
	EvaluatorGroup group
)

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
ExceptionCondition
ArgumentNullExceptionThrown when group is null.
See Also