// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.PrimitiveTypeCode

namespace Newtonsoft.Json.Utilities
{
public class PrimitiveTypeCode // TypeDefIndex: 10260
{
	// Fields
	type#20890 value__;
	type#24647 Empty;
	type#24647 Object;
	type#24647 Char;
	type#24647 CharNullable;
	type#24647 Boolean;
	type#24647 BooleanNullable;
	type#24647 SByte;
	type#24647 SByteNullable;
	type#24647 Int16;
	type#24647 Int16Nullable;
	type#24647 UInt16;
	type#24647 UInt16Nullable;
	type#24647 Int32;
	type#24647 Int32Nullable;
	type#24647 Byte;
	type#24647 ByteNullable;
	type#24647 UInt32;
	type#24647 UInt32Nullable;
	type#24647 Int64;
	type#24647 Int64Nullable;
	type#24647 UInt64;
	type#24647 UInt64Nullable;
	type#24647 Single;
	type#24647 SingleNullable;
	type#24647 Double;
	type#24647 DoubleNullable;
	type#24647 DateTime;
	type#24647 DateTimeNullable;
	type#24647 DateTimeOffset;
	type#24647 DateTimeOffsetNullable;
	type#24647 Decimal;
	type#24647 DecimalNullable;
	type#24647 Guid;
	type#24647 GuidNullable;
	type#24647 TimeSpan;
	type#24647 TimeSpanNullable;
	type#24647 BigInteger;
	type#24647 BigIntegerNullable;
	type#24647 Uri;
	type#24647 String;
	type#24647 Bytes;
	type#24647 DBNull;
}
}
