Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(ConsoleColoredString, string)

Declaration

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

Summary

Concatenates a string onto a ConsoleColoredString.

Parameters

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

Remarks

The color of each character in the first input string is preserved. The second input string is given the console default color.