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

namespace System.Collections
{
public class IDictionary // TypeDefIndex: 4723
{

	// Methods
	// RVA: -1
	public abstract type#23705 get_Item(type#23705 key) { }
	// RVA: -1
	public abstract type#28660 set_Item(type#23705 key, type#23705 value) { }
	// RVA: -1
	public abstract type#19906 get_Keys() { }
	// RVA: -1
	public abstract type#19906 get_Values() { }
	// RVA: -1
	public abstract type#15313 Contains(type#23705 key) { }
	// RVA: -1
	public abstract type#28660 Add(type#23705 key, type#23705 value) { }
	// RVA: -1
	public abstract type#28660 Clear() { }
	// RVA: -1
	public abstract type#15313 get_IsReadOnly() { }
	// RVA: -1
	public abstract type#20021 GetEnumerator() { }
	// RVA: -1
	public abstract type#28660 Remove(type#23705 key) { }
}
}
