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

namespace System
{
public class TypeCode // TypeDefIndex: 3571
{
	// Fields
	type#20890 value__;
	type#27731 Empty;
	type#27731 Object;
	type#27731 DBNull;
	type#27731 Boolean;
	type#27731 Char;
	type#27731 SByte;
	type#27731 Byte;
	type#27731 Int16;
	type#27731 UInt16;
	type#27731 Int32;
	type#27731 UInt32;
	type#27731 Int64;
	type#27731 UInt64;
	type#27731 Single;
	type#27731 Double;
	type#27731 Decimal;
	type#27731 DateTime;
	type#27731 String;
}
}
