// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.CollectionWrapper`1

namespace Newtonsoft.Json.Utilities
{
public class CollectionWrapper`1 // TypeDefIndex: 10259
{
	// Fields
	type#20234 _list;
	type#6136 _genericCollection;
	type#23706 _syncRoot;

	// Methods
	// RVA: -1
	public virtual type#28660 Add(type#1043 item) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#15313 Contains(type#1043 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#12609 array, type#20867 arrayIndex) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 Remove(type#1043 item) { }
	// RVA: -1
	public virtual type#6731 GetEnumerator() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	private virtual type#20867 System.Collections.IList.Add(type#23705 value) { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.Contains(type#23705 value) { }
	// RVA: -1
	private virtual type#20867 System.Collections.IList.IndexOf(type#23705 value) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.RemoveAt(type#20867 index) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.Insert(type#20867 index, type#23705 value) { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.get_IsFixedSize() { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.Remove(type#23705 value) { }
	// RVA: -1
	private virtual type#23705 System.Collections.IList.get_Item(type#20867 index) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.set_Item(type#20867 index, type#23705 value) { }
	// RVA: -1
	private virtual type#28660 System.Collections.ICollection.CopyTo(type#14435 array, type#20867 arrayIndex) { }
	// RVA: -1
	private virtual type#15313 System.Collections.ICollection.get_IsSynchronized() { }
	// RVA: -1
	private virtual type#23705 System.Collections.ICollection.get_SyncRoot() { }
	// RVA: -1
	private static type#28660 VerifyValueType(type#23705 value) { }
	// RVA: -1
	private static type#15313 IsCompatibleObject(type#23705 value) { }
	// RVA: -1
	public virtual type#23705 get_UnderlyingCollection() { }
}
}
