Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ConsoleColoredString Remove(int)

Declaration

public ConsoleColoredString Remove(
    int startIndex
)

Summary

Returns a new ConsoleColoredString in which all characters from the specified startIndex onwards have been removed.

Parameters

intstartIndex Index of the first character to remove.