Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(ConsoleColoredString, ConsoleColoredString)

Declaration

public static ConsoleColoredString operator+(
    ConsoleColoredString string1,
    ConsoleColoredString string2
)

Summary

Concatenates two ConsoleColoredStrings.

Parameters

ConsoleColoredStringstring1 First input string to concatenate.
ConsoleColoredStringstring2 Second input string to concatenate.

Remarks

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