Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator ConsoleColoredChar(char)

Declaration

public static implicit operator ConsoleColoredChar(
    char ch
)

Summary

Implicitly converts an uncolored char to a ConsoleColoredChar with no color.

Parameters

charch The character to convert.