IPropertyExtractionTreeNodeEnumeratePropertyNames Method |
Enumerates all property names in the name splitter tree.
Namespace: Altaxo.Serialization.NamePropertyExtractionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
SyntaxIEnumerable<string> EnumeratePropertyNames()
Return Value
IEnumerableStringAn enumerable of property names.
See Also