// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Linq.JTokenType

namespace Newtonsoft.Json.Linq
{
public class JTokenType // TypeDefIndex: 10433
{
	// Fields
	type#20890 value__;
	type#21281 None;
	type#21281 Object;
	type#21281 Array;
	type#21281 Constructor;
	type#21281 Property;
	type#21281 Comment;
	type#21281 Integer;
	type#21281 Float;
	type#21281 String;
	type#21281 Boolean;
	type#21281 Null;
	type#21281 Undefined;
	type#21281 Date;
	type#21281 Raw;
	type#21281 Bytes;
	type#21281 Guid;
	type#21281 Uri;
	type#21281 TimeSpan;
}
}
