Click or drag to resize

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

Parameters

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