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

namespace System
{
public class ConsoleKeyInfo // TypeDefIndex: 3595
{
	// Fields
	type#15842 _keyChar;
	type#16375 _key;
	type#16384 _mods;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#15837 keyChar, type#16374 key, type#15313 shift, type#15313 alt, type#15313 control) { }
	// RVA: -1
	public type#15837 get_KeyChar() { }
	// RVA: -1
	public type#16374 get_Key() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 value) { }
	// RVA: -1
	public type#15313 Equals(type#16377 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
}
}
