| ValueEvaluatorTEvaluate Method  | 
 
            Evaluates the function.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract T Evaluate()
Public MustOverride Function Evaluate As T
public:
virtual T Evaluate() abstract
abstract Evaluate : unit -> 'T 
Return Value
Type: 
TThe value of the function.
Implements
IValueEvaluatorTEvaluate See Also
See Also