Class LogicalExpressionParserContext
public sealed class LogicalExpressionParserContext : ParseContext
- Inheritance
-
ParseContextLogicalExpressionParserContext
- Inherited Members
-
ParseContext.DefaultCompilationThresholdParseContext.ScannerParseContext.SkipWhiteSpace()ParseContext.EnterParser<T>(Parser<T>)ParseContext.ExitParser<T>(Parser<T>)ParseContext.CompilationThresholdParseContext.UseNewLinesParseContext.OnEnterParserParseContext.OnExitParserParseContext.WhiteSpaceParser
Constructors
LogicalExpressionParserContext(string, ExpressionOptions)
public LogicalExpressionParserContext(string text, ExpressionOptions options)
Parameters
text
stringoptions
ExpressionOptions
LogicalExpressionParserContext(string, ExpressionOptions, CultureInfo)
public LogicalExpressionParserContext(string text, ExpressionOptions options, CultureInfo cultureInfo)
Parameters
text
stringoptions
ExpressionOptionscultureInfo
CultureInfo
Properties
CultureInfo
public CultureInfo CultureInfo { get; }
Property Value
Options
public ExpressionOptions Options { get; }