Click or drag to resize

IPropertyExtractionTreeNodeEnumeratePropertyNames(IPropertyExtractionTreeNode) Method

Enumerates all property names in the name splitter tree, starting from the specified root node.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
IEnumerable<string> EnumeratePropertyNames(
	IPropertyExtractionTreeNode rootNode
)

Parameters

rootNode  IPropertyExtractionTreeNode
The root node of the name splitter tree.

Return Value

IEnumerableString
An enumerable of property names.
See Also