The properties of System.Collections.Generic.KeyValuePair<TKey,TValue> are listed below. For a list of all members, see the KeyValuePair<TKey,TValue> Members list.
See Also: Inherited members from System.ValueType
[read-only]KeyTKey. The key in the key/value pair. [read-only]ValueTValue. The value in the key/value pair.