// Assembly: mscorlib
// Full name: System.Collections.Generic.IDictionary`2

namespace System.Collections.Generic
{
public class IDictionary`2 // TypeDefIndex: 4813
{

	// Methods
	// RVA: -1
	public abstract type#2046 get_Item(type#1164 key) { }
	// RVA: -1
	public abstract type#28660 set_Item(type#1164 key, type#2046 value) { }
	// RVA: -1
	public abstract type#6143 get_Keys() { }
	// RVA: -1
	public abstract type#6164 get_Values() { }
	// RVA: -1
	public abstract type#15313 ContainsKey(type#1164 key) { }
	// RVA: -1
	public abstract type#28660 Add(type#1164 key, type#2046 value) { }
	// RVA: -1
	public abstract type#15313 Remove(type#1164 key) { }
	// RVA: -1
	public abstract type#15313 TryGetValue(type#1164 key, type#11570 value) { }
}
}
