Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ConsoleColoredString Remove(int, int)

Declaration

public ConsoleColoredString Remove(
    int startIndex,
    int count
)

Summary

Returns a new ConsoleColoredString in which the specified range of characters has been removed.

Parameters

intstartIndex Index of the start of the range of characters to remove.
intcount Number of characters to remove from the startIndex onwards.