DynamicStateTGetEvaluator Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StateEvaluator<T> GetEvaluator()
Public Function GetEvaluator As StateEvaluator(Of T)
public:
StateEvaluator<T>^ GetEvaluator()
member GetEvaluator : unit -> StateEvaluator<'T>
Return Value
Type:
StateEvaluatorTThe
StateEvaluatorT defined by this instance.
See Also