System.Collections.Generic.KeyValuePair<TKey,TValue>: Property Members

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

Public Properties

[read-only]
KeyTKey.

Gets the key in the key/value pair.

[read-only]
ValueTValue.

Gets the value in the key/value pair.