Vixen
02b45cc4
csharp
public readonly record struct ConsoleRow

One 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 Record

    The newest record the row represents.

  • public int Repeats

    How 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