2.2.2.6 DictionaryEntry
DictionaryEntry is a Class. The Library name of the Class is "mscorlib". It is defined as follows.
-
namespace System.Collection { class DictionaryEntry { System.Object _key; System.Object _value; } }
key: _An instance of any Remoting Type.
_value: An instance of any Remoting Type.