Class LogicalExpressionParserContext
public sealed class LogicalExpressionParserContext : ParseContext
- Inheritance
-
ParseContextLogicalExpressionParserContext
- Inherited Members
-
ParseContext.DefaultCompilationThresholdParseContext.ScannerParseContext.CancellationTokenParseContext.SkipWhiteSpace()ParseContext.EnterParser<T>(Parser<T>)ParseContext.ExitParser<T>(Parser<T>)ParseContext.CompilationThresholdParseContext.DisableLoopDetectionParseContext.UseNewLinesParseContext.OnEnterParserParseContext.OnExitParserParseContext.WhiteSpaceParser
Constructors
LogicalExpressionParserContext(string, LogicalExpressionParserOptions, CancellationToken)
public LogicalExpressionParserContext(string text, LogicalExpressionParserOptions parserOptions, CancellationToken cancellationToken = default)
Parameters
textstringparserOptionsLogicalExpressionParserOptionscancellationTokenCancellationToken
LogicalExpressionParserContext(string, CancellationToken)
public LogicalExpressionParserContext(string text, CancellationToken cancellationToken = default)
Parameters
textstringcancellationTokenCancellationToken
Properties
ParserOptions
Parser options containing culture info and argument separator settings.
public LogicalExpressionParserOptions ParserOptions { get; }