1 write to ForegroundColor
System.Console (1)
System\Console.cs (1)
342set { ConsolePal.ForegroundColor = value; }
1 reference to ForegroundColor
System.Console (1)
System\Console.cs (1)
341get { return ConsolePal.ForegroundColor; }