Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: ConsoleColoredString operator+(string, ConsoleColoredString)

Declaration

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

Summary

Concatenates a ConsoleColoredString onto a string.

Parameters

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

Remarks

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