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

namespace System.Collections
{
public class DictionaryEntry // TypeDefIndex: 4719
{
	// Fields
	type#23706 _key;
	type#23706 _value;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#23705 key, type#23705 value) { }
	// RVA: -1
	public type#23705 get_Key() { }
	// RVA: -1
	public type#23705 get_Value() { }
}
}
