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