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

namespace Newtonsoft.Json.Utilities
{
public class ParseResult // TypeDefIndex: 10262
{
	// Fields
	type#20890 value__;
	type#24248 None;
	type#24248 Success;
	type#24248 Overflow;
	type#24248 Invalid;
}
}
