KeyValuePair(TKey, TValue) Properties
Collapse the table of content
Expand the table of content

KeyValuePair<TKey, TValue> Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The KeyValuePair<TKey, TValue> type exposes the following members.

  NameDescription
Public property Key Gets the key in the key/value pair.
Public property Value Gets the value in the key/value pair.
Top

Show:
© 2017 Microsoft