Click or drag to resize

RuntimeDefinedConditionEvaluators Property

Gets the condition evaluators defined by this runtime.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<KeyValuePair<string, IConditionEvaluator>> DefinedConditionEvaluators { get; }

Property Value

IEnumerableKeyValuePairString, IConditionEvaluator
See Also