|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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();
Property Value
Char Remarks
Remarks
            The default reserved symbol list is: '\', '<', '>', '=', '!', '{', '}', '[', ']'.
            
 See Also
See Also