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: 25.1.421.0 (25.1.421.0)
Syntax
public Evaluator<T> InnerEvaluator { get; }

Property Value

Type: Evaluator<T>
See Also