Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(ConsoleColoredChar, string)

Declaration

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

Summary

Concatenates a ConsoleColoredChar onto a string and returns a ConsoleColoredString.

Parameters

ConsoleColoredCharchar1 First input character to concatenate.
stringstring2 Second input string to concatenate.

Remarks

The color of the character is preserved. The string is given the console default color.