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

namespace Newtonsoft.Json.Linq
{
public class JProperty // TypeDefIndex: 10423
{
	// Fields
	type#32017 _content;
	type#26586 _name;

	// Methods
	// RVA: -1
	protected virtual type#7345 get_ChildrenTokens() { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	public type#21272 get_Value() { }
	// RVA: -1
	public type#28660 set_Value(type#21272 value) { }
	// RVA: -1
	internal type#28660 .ctor(type#21267 other, type#21314 settings) { }
	// RVA: -1
	internal virtual type#21272 GetItem(type#20867 index) { }
	// RVA: -1
	internal virtual type#28660 SetItem(type#20867 index, type#21272 item) { }
	// RVA: -1
	internal virtual type#15313 RemoveItem(type#21272 item) { }
	// RVA: -1
	internal virtual type#28660 RemoveItemAt(type#20867 index) { }
	// RVA: -1
	internal virtual type#20867 IndexOfItem(type#21272 item) { }
	// RVA: -1
	internal virtual type#15313 InsertItem(type#20867 index, type#21272 item, type#15313 skipParentCheck, type#15313 copyAnnotations) { }
	// RVA: -1
	internal virtual type#15313 ContainsItem(type#21272 item) { }
	// RVA: -1
	internal virtual type#28660 ClearItems() { }
	// RVA: -1
	internal virtual type#15313 DeepEquals(type#21272 node) { }
	// RVA: -1
	internal virtual type#21272 CloneToken(type#21314 settings) { }
	// RVA: -1
	public virtual type#21279 get_Type() { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 name) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 name, type#23705 content) { }
	// RVA: -1
	public virtual type#28660 WriteTo(type#21390 writer, type#13190 converters) { }
	// RVA: -1
	internal virtual type#20867 GetDeepHashCode() { }
	// RVA: -1
	public static type#21267 Load(type#21359 reader, type#21344 settings) { }
}
}
