|
TemplatedExpressionParserReservedSymbols Property
|
Gets the reserved symbols - this includes all delimiters and expression operators.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic char[] ReservedSymbols { get; }
Public ReadOnly Property ReservedSymbols As Char()
Get
public:
property array<wchar_t>^ ReservedSymbols {
array<wchar_t>^ get ();
}
member ReservedSymbols : char[] with get
function get_ReservedSymbols();
View SourceProperty Value
Char
Remarks
The default reserved symbol list is: '\', '<', '>', '=', '!', '{', '}', '[', ']'.
See Also