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

The members of System.Collections.Generic.KeyValuePair<TKey,TValue> are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

KeyValuePair(TKey, TValue)
Documentation for this section has not yet been entered.

Public Properties

[read-only]
KeyTKey.

Gets the key in the key/value pair.

[read-only]
ValueTValue.

Gets the value in the key/value pair.

Public Methods

override
ToString() : string

Returns a string representation of the KeyValuePair`2, using the string representations of the key and value.