Click or drag to resize

TemplatedExpressionParser Properties

The TemplatedExpressionParser type exposes the following members.

Properties
  Name Description
Public property EndExpressionDelimiter Gets the character that identifies the end of an expression.
Public property EndTokenDelimiter Gets the character that identifies the end of a token.
Public property ReservedSymbols Gets the reserved symbols - this includes all delimiters and expression operators.
Public property StartExpressionDelimiter Gets the character that identifies the start of an expression.
Public property StartTokenDelimiter Gets the character that identifies the beginning of a token.
Public property TemplatedExpression Gets or sets the templated expression to use.
Top
See Also