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 |
| Method: ConsoleColoredString Remove(int, int)Declarationpublic ConsoleColoredString Remove(
int startIndex,
int count
) Summary
Returns a new ConsoleColoredString in which the specified range of characters has been removed. Parametersint | startIndex |
Index of the start of the range of characters to remove. | int | count |
Number of characters to remove from the startIndex onwards. |
|