Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ConsoleColoredString(params ConsoleColoredChar[])

Declaration

public ConsoleColoredString(
    params ConsoleColoredChar[] characters
)

Summary

Constructs a ConsoleColoredString by concatenating the specified ConsoleColoredChars.

Parameters

ConsoleColoredChar[]characters Input characters to concatenate.

Remarks

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