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

namespace System.Collections.Generic
{
public class KeyValuePair`2 // TypeDefIndex: 4826
{
	// Fields
	type#1230 key;
	type#2061 value;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#1229 key, type#2060 value) { }
	// RVA: -1
	public type#1229 get_Key() { }
	// RVA: -1
	public type#2060 get_Value() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
