csharp
public readonly record struct ConsoleRowOne line of the console: a record, and how many identical ones it stands for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public LogRecord RecordThe newest record the row represents.
public int RepeatsHow many records the row stands for. One unless duplicates are being collapsed.
Methods (1)
public ConsoleRow(LogRecord Record, int Repeats)One line of the console: a record, and how many identical ones it stands for.
Used by (4)
- ConsoleModelVixen.Editor.Ui
- ConsoleTestsVixen.Editor.Ui.Tests
- ConsoleViewVixen.Editor.Ui
- ConsoleViewTestsVixen.Editor.Ui.Tests