Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(ConsoleColoredChar, ConsoleColoredString)

Declaration

public static ConsoleColoredString operator+(
    ConsoleColoredChar char1,
    ConsoleColoredString string2
)

Summary

Concatenates a ConsoleColoredChar onto the start of a ConsoleColoredString.

Parameters

ConsoleColoredCharchar1 Input character to append.
ConsoleColoredStringstring2 Input string to concatenate.

Remarks

The color of each character in the inputs is preserved.