Mono Class Library: Overview

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