Click or drag to resize

NameSplitterBySeparatorStringsSeparators Property

Gets or sets the separator strings used to split the name into parts. This property is required and must be set during initialization.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IImmutableList<string> Separators { get; init; }

Property Value

IImmutableListString
See Also