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+(string, ConsoleColoredString)Declarationpublic static ConsoleColoredString operator+(
string string1,
ConsoleColoredString string2
) Summary
Concatenates a ConsoleColoredString onto a string. Parametersstring | string1 |
First input string to concatenate. | ConsoleColoredString | string2 |
Second input string to concatenate. |
Remarks
The color of each character in the second input string is preserved. The first input string is given the
console default color. |