Declaration
public static ConsoleColoredString operator+(
ConsoleColoredChar char1,
string string2
)
Summary
Concatenates a
ConsoleColoredChar onto a string and returns a
ConsoleColoredString.
Parameters
ConsoleColoredChar | char1 |
First input character to concatenate. |
string | string2 |
Second input string to concatenate. |
Remarks
The color of the character is preserved. The string is given the console default color.