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, ConsoleColoredChar)Declarationpublic static ConsoleColoredString operator+(
ConsoleColoredString string1,
ConsoleColoredChar char2
) Summary
Concatenates a ConsoleColoredChar onto the end of a ConsoleColoredString. ParametersRemarks
The color of each character in the inputs is preserved. |