Vixen
02b45cc4
csharp
public readonly record struct CodeFold

A range of lines that can be collapsed to its first one.

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

Fields and properties (2)

  • public int Start

    The line that stays visible.

  • public int End

    The last line hidden when it is collapsed.

Methods (1)

  • public CodeFold(int Start, int End)

    A range of lines that can be collapsed to its first one.

Used by (2)

  • CodeEditorVixen.Ui.Controls.Advanced
  • CodeEditorTestsVixen.Ui.Controls.Advanced.Tests