System.Collections.DictionaryEntry public struct DictionaryEntry Documentation Code public object Key { get; set; } public object Value { get; set; } public DictionaryEntry(object key, object value)