|   | TemplatedExpressionParserEndExpressionDelimiter Property | 
        
        
            Gets the character that identifies the end of an expression.
            
        
        Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic char EndExpressionDelimiter { get; }Public ReadOnly Property EndExpressionDelimiter As Char
	Get
public:
property wchar_t EndExpressionDelimiter {
	wchar_t get ();
}member EndExpressionDelimiter : char with get
function get_EndExpressionDelimiter();
Property Value
Char See Also
See Also