Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(string, ConsoleColoredChar)

Declaration

public static ConsoleColoredString operator+(
    string string1,
    ConsoleColoredChar char2
)

Summary

Concatenates a string onto a ConsoleColoredChar and returns a ConsoleColoredString.

Parameters

stringstring1 First input string to concatenate.
ConsoleColoredCharchar2 Second input character to concatenate.

Remarks

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