Click or drag to resize

EvaluatorDelayedByLink<T>.InnerEvaluator Property

Gets the evaluator which is delayed by the LinkDelay.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Evaluator<T> InnerEvaluator { get; }

Property Value

Type: Evaluator<T>
See Also