Click or drag to resize

AddInTreeImplConditionEvaluators 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#
public ConcurrentDictionary<string, IConditionEvaluator> ConditionEvaluators { get; }

Property Value

ConcurrentDictionaryString, IConditionEvaluator

Implements

IAddInTreeConditionEvaluators
See Also