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