IDictionaryEnumerator Properties
Collapse the table of content
Expand the table of content

IDictionaryEnumerator Properties

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

The IDictionaryEnumerator type exposes the following members.

  NameDescription
Public property Current Gets the current element in the collection. (Inherited from IEnumerator.)
Public property Entry Gets both the key and the value of the current dictionary entry.
Public property Key Gets the key of the current dictionary entry.
Public property Value Gets the value of the current dictionary entry.
Top

Show:
© 2017 Microsoft