Click or drag to resize

MultiRenameParserArrayTChars Property

Contain all keywords that can be used as arrays, like for instance the path parts, which can be considered as an array of strings.

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

Property Value

SortedSetString
Example
If [P"\\"] can be used to insert the path with a backslash between the path parts, then this set contains the keyword P.
See Also