Click or drag to resize

ParameterizedEvaluator6<TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TResult> Constructor (EvaluatorGroup)

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
protected ParameterizedEvaluator6(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group that contains this evaluator.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
See Also