IPropertyExtractionTreeNodeEnumeratePropertyNames(IPropertyExtractionTreeNode) Method |
Enumerates all property names in the name splitter tree, starting from the specified root node.
Namespace: Altaxo.Serialization.NamePropertyExtractionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
SyntaxIEnumerable<string> EnumeratePropertyNames(
IPropertyExtractionTreeNode rootNode
)
Parameters
- rootNode IPropertyExtractionTreeNode
- The root node of the name splitter tree.
Return Value
IEnumerableStringAn enumerable of property names.
See Also