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

namespace Newtonsoft.Json.Linq
{
public class JArray // TypeDefIndex: 10413
{
	// Fields
	type#8740 _values;

	// Methods
	// RVA: -1
	protected virtual type#7345 get_ChildrenTokens() { }
	// RVA: -1
	public virtual type#21279 get_Type() { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#21117 other, type#21314 settings) { }
	// RVA: -1
	public type#28660 .ctor(type#23705 content) { }
	// RVA: -1
	internal virtual type#15313 DeepEquals(type#21272 node) { }
	// RVA: -1
	internal virtual type#21272 CloneToken(type#21316 settings) { }
	// RVA: -1
	public static type#21117 Load(type#21359 reader, type#21344 settings) { }
	// RVA: -1
	public virtual type#28660 WriteTo(type#21390 writer, type#13190 converters) { }
	// RVA: -1
	public virtual type#21272 get_Item(type#23705 key) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#23705 key, type#21272 value) { }
	// RVA: -1
	public virtual type#21272 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#21272 value) { }
	// RVA: -1
	internal virtual type#20867 IndexOfItem(type#21272 item) { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#21272 item) { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#21272 item) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	public virtual type#6883 GetEnumerator() { }
	// RVA: -1
	public virtual type#28660 Add(type#21272 item) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#15313 Contains(type#21272 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#13187 array, type#20867 arrayIndex) { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 Remove(type#21272 item) { }
	// RVA: -1
	internal virtual type#20867 GetDeepHashCode() { }
}
}
