Mono Class Library: Overview

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. The key in the key/value pair.
[read-only]
ValueTValue. The value in the key/value pair.

Public Methods

override
ToString() : string
Documentation for this section has not yet been entered.