Click or drag to resize

PropertyEvaluatorBaseChildren Property

Gets a list of child nodes, where each tuple contains the index of the name part and the corresponding child node.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ImmutableList<(int IndexOfNamePart, IPropertyExtractionTreeNode Node)> Children { get; }

Property Value

ImmutableListValueTupleInt32, IPropertyExtractionTreeNode

Implements

IPropertyExtractionTreeNodeChildren
See Also