Class SyntaxLineState
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Opaque parser state carried from the end of one line to the start of the next. Highlighter implementations subclass this to hold language-specific fields. The control stores and forwards the value; it never inspects its contents.
public record SyntaxLineState : IEquatable<SyntaxLineState>
- Inheritance
-
SyntaxLineState
- Implements
- Inherited Members
- Extension Methods
Fields
Initial
The default state at the start of a document (no multi-line constructs open).
public static readonly SyntaxLineState Initial