Class TableCell

Assembly: redb.Examples.dll

Cell with optional color highlighting.

public record TableCell : IEquatable<TableCell>

Inheritance

ObjectTableCell

Implements

Properties

Color

public ConsoleColor? Color { get; init; }

Text

public string Text { get; init; }

Constructors

TableCell(string, ConsoleColor?)

Cell with optional color highlighting.