Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(ConsoleColoredString, ConsoleColoredChar)

Declaration

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

Summary

Concatenates a ConsoleColoredChar onto the end of a ConsoleColoredString.

Parameters

ConsoleColoredStringstring1 Input string to concatenate.
ConsoleColoredCharchar2 Input character to append.

Remarks

The color of each character in the inputs is preserved.