change line color in csharp

Code Example - change line color in csharp

                
                        //set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;