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