Vixen
02b45cc4
csharp
public readonly record struct CodeToken

One coloured run of a line.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public int Start

    Where it starts in the line.

  • public int Length

    How long it is.

  • public CodeTokenKind Kind

    What it is.

Methods (1)

  • public CodeToken(int Start, int Length, CodeTokenKind Kind)

    One coloured run of a line.

Used by (6)

  • CStyleTokenizerVixen.Ui.Controls.Advanced
  • CodeEditorVixen.Ui.Controls.Advanced
  • CodeLineVixen.Ui.Controls.Advanced
  • CodeTokenizerTestsVixen.Ui.Controls.Advanced.Tests
  • ICodeTokenizerVixen.Ui.Controls.Advanced
  • PlainTokenizerVixen.Ui.Controls.Advanced