MultiRenameParserStringTChars Property |
Contain all keywords that can be used as strings, like name.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SortedSet<string> StringTChars { get; }
Property Value
SortedSetStringExample
If [N] can be used to insert the item name, then this set contains the keyword N.
See Also