Click or drag to resize

IPropertyExtractionTreeNodeEnumeratePropertyNames Method

Enumerates all property names in the name splitter tree.

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

Return Value

IEnumerableString
An enumerable of property names.
See Also