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

namespace System.Collections.Generic
{
public class IReadOnlyDictionary`2 // TypeDefIndex: 4822
{

	// Methods
	// RVA: -1
	public abstract type#15313 ContainsKey(type#1192 key) { }
	// RVA: -1
	public abstract type#15313 TryGetValue(type#1192 key, type#11571 value) { }
	// RVA: -1
	public abstract type#2052 get_Item(type#1192 key) { }
	// RVA: -1
	public abstract type#6520 get_Keys() { }
	// RVA: -1
	public abstract type#6600 get_Values() { }
}
}
