Horje
c# change colour of console Code Example
c# change colour of console
			Console.BackgroundColor = ConsoleColor.Green;
            Console.ForegroundColor = ConsoleColor.DarkGreen;
            Console.Clear();
            //green on green
            Console.WriteLine("yo");
            Console.ReadLine();
        




Csharp

Related
how to change the extension of a file C# Code Example how to change the extension of a file C# Code Example
loop over enum values Code Example loop over enum values Code Example
c# loading assembly at runtime Code Example c# loading assembly at runtime Code Example
unity dictionary check if key exists Code Example unity dictionary check if key exists Code Example
time.timescale Code Example time.timescale Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8