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
textstringoptionsExpressionOptions
LogicalExpressionParserContext(string, ExpressionOptions, CultureInfo)
public LogicalExpressionParserContext(string text, ExpressionOptions options, CultureInfo cultureInfo)
Parameters
textstringoptionsExpressionOptionscultureInfoCultureInfo
Properties
CultureInfo
public CultureInfo CultureInfo { get; }
Property Value
Options
public ExpressionOptions Options { get; }
Property Value
ParserOptions
Parser options containing culture info and argument separator settings.
public LogicalExpressionParserOptions ParserOptions { get; init; }