Summary
Contains a character and a console foreground and background color.
Constructors
ConsoleColoredChar(char character, ConsoleColor? foreground, ConsoleColor? background = null) |
Constructor. |
Operators
Instance properties
ConsoleColor? | | Gets the background color. null indicates to use the console’s default background color. |
char | | Gets the character. |
ConsoleColor? | | Gets the foreground color. null indicates to use the console’s default foreground color. |