This topic has not yet been rated - Rate this topic

IDictionaryEnumerator Properties

The IDictionaryEnumerator type exposes the following members.

  Name Description
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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.