// Assembly: mscorlib
// Full name: System.ConsoleColor

namespace System
{
public class ConsoleColor // TypeDefIndex: 3593
{
	// Fields
	type#20890 value__;
	type#16372 Black;
	type#16372 DarkBlue;
	type#16372 DarkGreen;
	type#16372 DarkCyan;
	type#16372 DarkRed;
	type#16372 DarkMagenta;
	type#16372 DarkYellow;
	type#16372 Gray;
	type#16372 DarkGray;
	type#16372 Blue;
	type#16372 Green;
	type#16372 Cyan;
	type#16372 Red;
	type#16372 Magenta;
	type#16372 Yellow;
	type#16372 White;
}
}
