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

The methods 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 Methods

override
ToString() : string

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