// Assembly: System.Core
// Full name: System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1

namespace System.Runtime.CompilerServices
{
public class ReadOnlyCollectionBuilder`1 // TypeDefIndex: 10128
{
	// Fields
	type#12654 _items;
	type#20868 _size;
	type#20868 _version;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity) { }
	// RVA: -1
	public type#28660 set_Capacity(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#1322 item) { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#1322 item) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	public virtual type#1322 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#1322 value) { }
	// RVA: -1
	public virtual type#28660 Add(type#1322 item) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#15313 Contains(type#1322 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#12653 array, type#20867 arrayIndex) { }
	// RVA: -1
	private virtual type#15313 System.Collections.Generic.ICollection<T>.get_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 Remove(type#1322 item) { }
	// RVA: -1
	public virtual type#6752 GetEnumerator() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.get_IsReadOnly() { }
	// 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.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 index) { }
	// RVA: -1
	private virtual type#15313 System.Collections.ICollection.get_IsSynchronized() { }
	// RVA: -1
	private virtual type#23705 System.Collections.ICollection.get_SyncRoot() { }
	// RVA: -1
	public type#12653 ToArray() { }
	// RVA: -1
	public type#10049 ToReadOnlyCollection() { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 min) { }
	// RVA: -1
	private static type#15313 IsCompatibleObject(type#23705 value) { }
	// RVA: -1
	private static type#28660 ValidateNullValue(type#23705 value, type#26576 argument) { }
}
}
