Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ConsoleColoredString(ICollection<ConsoleColoredString>)

Declaration

public ConsoleColoredString(
    ICollection<ConsoleColoredString> strings
)

Summary

Constructs a ConsoleColoredString by concatenating the specified ConsoleColoredStrings.

Parameters

ICollection<ConsoleColoredString>strings Input strings to concatenate.

Remarks

The color of each character in the input strings is preserved.