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