SortedDictionary(TKey, TValue).Enumerator Properties

SortedDictionary(Of TKey, TValue).Enumerator Properties

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

The SortedDictionary(Of TKey, TValue).Enumerator generic type exposes the following members.

  NameDescription
Public property Current Gets the element at the current position of the enumerator.
Top

  NameDescription
Explicit interface implemetation Private property IDictionaryEnumerator.Entry Gets the element at the current position of the enumerator as a DictionaryEntry structure.
Explicit interface implemetation Private property IDictionaryEnumerator.Key Gets the key of the element at the current position of the enumerator.
Explicit interface implemetation Private property IDictionaryEnumerator.Value Gets the value of the element at the current position of the enumerator.
Explicit interface implemetation Private property IEnumerator.Current Gets the element at the current position of the enumerator.
Top

Show:
© 2017 Microsoft