|
TemplatedExpressionParserStartExpressionDelimiter Property
|
Gets the character that identifies the start of an expression.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxpublic char StartExpressionDelimiter { get; }
Public ReadOnly Property StartExpressionDelimiter As Char
Get
member StartExpressionDelimiter : char with get
function get_StartExpressionDelimiter();
View SourceProperty Value
Char
See Also