// Assembly: mscorlib
// Full name: System.Collections.SortedList

namespace System.Collections
{
public class SortedList // TypeDefIndex: 4749
{
	// Fields
	type#13300 keys;
	type#13300 values;
	type#20868 _size;
	type#20868 version;
	type#19924 comparer;
	type#33744 keyList;
	type#33749 valueList;
	type#23718 _syncRoot;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private type#28660 Init() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 initialCapacity) { }
	// RVA: -1
	public type#28660 .ctor(type#19923 comparer) { }
	// RVA: -1
	public virtual type#28660 Add(type#23705 key, type#23705 value) { }
	// RVA: -1
	public virtual type#28660 set_Capacity(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#19906 get_Keys() { }
	// RVA: -1
	public virtual type#19906 get_Values() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// RVA: -1
	public virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#15313 Contains(type#23705 key) { }
	// RVA: -1
	public virtual type#15313 ContainsKey(type#23705 key) { }
	// RVA: -1
	public virtual type#15313 ContainsValue(type#23705 value) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 arrayIndex) { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 min) { }
	// RVA: -1
	public virtual type#23705 GetByIndex(type#20867 index) { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	public virtual type#20021 GetEnumerator() { }
	// RVA: -1
	public virtual type#23705 GetKey(type#20867 index) { }
	// RVA: -1
	public virtual type#20229 GetKeyList() { }
	// RVA: -1
	public virtual type#20229 GetValueList() { }
	// RVA: -1
	public virtual type#23705 get_Item(type#23705 key) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#23705 key, type#23705 value) { }
	// RVA: -1
	public virtual type#20867 IndexOfKey(type#23705 key) { }
	// RVA: -1
	public virtual type#20867 IndexOfValue(type#23705 value) { }
	// RVA: -1
	private type#28660 Insert(type#20867 index, type#23705 key, type#23705 value) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 Remove(type#23705 key) { }
	// RVA: -1
	public static type#26195 Synchronized(type#26195 list) { }
}
}
