DictionaryEntry(object key, object value)
Initializes an instance of the T:System.Collections.DictionaryEntry type with the specified key and v...
object Value
Gets or sets the value in the key/value pair.
object Key
Gets or sets the key in the key/value pair.
Defines a dictionary key/value pair that can be set or retrieved.