Click or drag to resize

PropertyExtractorElementPropertyEvaluators Property

Gets a dictionary of property evaluators, where the key is the index of the name part to evaluate and the value is the corresponding property evaluator.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public Dictionary<int, IPropertyEvaluator> PropertyEvaluators { get; }

Property Value

DictionaryInt32, IPropertyEvaluator
See Also