Click or drag to resize

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

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group in which to obtain the evaluator.

Return Value

Type: ParameterEvaluatorT
The placeholder evaluator.

Implements

IEvaluatorParameterTGetEvaluator(EvaluatorGroup)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when group is .
See Also