Click or drag to resize

TemplatedExpressionParserReservedSymbols Property

Gets the reserved symbols - this includes all delimiters and expression operators.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntax
public char[] ReservedSymbols { get; }
View Source

Property Value

Char
Remarks
The default reserved symbol list is: '\', '<', '>', '=', '!', '{', '}', '[', ']'.
See Also