TemplatedExpressionParserReservedSymbols Property
Gets the reserved symbols - this includes all delimiters and expression operators.
Namespace: Gemstone.ExpressionsAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.128 -- Release Build+cfed08c7efcabf54b006110ecd862a6bfcb7b819
public char[] ReservedSymbols { get; }
Public ReadOnly Property ReservedSymbols As Char()
Get
public:
property array<wchar_t>^ ReservedSymbols {
array<wchar_t>^ get ();
}
function get_ReservedSymbols();
Property Value
Char
The default reserved symbol list is: '\', '<', '>', '=', '!', '{', '}', '[', ']'.