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 |
| Constructor: ConsoleColoredString(params ConsoleColoredString[])Declarationpublic ConsoleColoredString(
params ConsoleColoredString[] strings
) Summary
Constructs a ConsoleColoredString by concatenating the specified ConsoleColoredStrings. ParametersConsoleColoredString[] | strings |
Input strings to concatenate. |
Remarks
The color of each character in the input strings is preserved. |