Click or drag to resize

IAddInTreeConditionEvaluators Property

Gets a dictionary of registered condition evaluators.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
ConcurrentDictionary<string, IConditionEvaluator> ConditionEvaluators { get; }

Property Value

ConcurrentDictionaryString, IConditionEvaluator
See Also