Color(character, foreground) Color(foreground, background) Color(character, foreground, background) Format(format, provider, args) IndexOf(value, startIndex, comparisonType) IndexOf(value, startIndex, count, comparisonType) Replace(oldValue, newValue, comparison) Split(separator, count, options)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Operator: ConsoleColoredString operator+(ConsoleColoredString, string)Declarationpublic static ConsoleColoredString operator+(
ConsoleColoredString string1,
string string2
) Summary
Concatenates a string onto a ConsoleColoredString. ParametersConsoleColoredString | string1 |
First input string to concatenate. | string | string2 |
Second input string to concatenate. |
Remarks
The color of each character in the first input string is preserved. The second input string is given the
console default color. |