// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Bson.BsonType

namespace Newtonsoft.Json.Bson
{
public class BsonType // TypeDefIndex: 10487
{
	// Fields
	type#25519 value__;
	type#15397 Number;
	type#15397 String;
	type#15397 Object;
	type#15397 Array;
	type#15397 Binary;
	type#15397 Undefined;
	type#15397 Oid;
	type#15397 Boolean;
	type#15397 Date;
	type#15397 Null;
	type#15397 Regex;
	type#15397 Reference;
	type#15397 Code;
	type#15397 Symbol;
	type#15397 CodeWScope;
	type#15397 Integer;
	type#15397 TimeStamp;
	type#15397 Long;
	type#15397 MinKey;
	type#15397 MaxKey;
}
}
