DebugViewDictionaryItem<TKey, TValue> struct DebugViewDictionaryItem<TKey, TValue> Documentation Code public TKey Key { get; } public TValue Value { get; } public DebugViewDictionaryItem(TKey key, TValue value) public DebugViewDictionaryItem(KeyValuePair<TKey, TValue> keyValue)