Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ConsoleColoredChar(char, ConsoleColor?, ConsoleColor?)

Declaration

public ConsoleColoredChar(
    char character,
    ConsoleColor? foreground,
    ConsoleColor? background = null
)

Summary

Constructor.

Parameters

charcharacter The character.
ConsoleColor?foreground The foreground color.
ConsoleColor?background The background color.