Click or drag to resize

MultiRenameParserStringTChars Property

Contain all keywords that can be used as strings, like name.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortedSet<string> StringTChars { get; }

Property Value

SortedSetString
Example
If [N] can be used to insert the item name, then this set contains the keyword N.
See Also