Header menu logo B2R2

ColoredString Type

String that can be printed out in the console with colors. A colored string is a list of colored segments, each of which represents a string with a specific color.

Instance members

Instance member Description

this.Head

Full Usage: this.Head

Returns: ColoredSegment
Returns: ColoredSegment

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[index]

Full Usage: this[index]

Parameters:
    index : int

Returns: ColoredSegment
index : int
Returns: ColoredSegment

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Tail

Full Usage: this.Tail

Returns: ColoredSegment list
Returns: ColoredSegment list

Static members

Static member Description

List.Empty

Full Usage: List.Empty

Returns: ColoredSegment list
Returns: ColoredSegment list

Type something to start searching.