Search notes:

System.Collections.DictionaryEntry

System.Collections.DictionaryEntry stores a key/value pair. It is typically(?) used in classes that implement System.Collections.IDictionary.
According to its function, DictionaryEntry has two properties only: Key and Value.
DictionaryEntry derives from System.ValueType.

Index