csharp
public readonly record struct CodeFoldA 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 StartThe line that stays visible.
public int EndThe 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