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.
| Name | Description | |
|---|---|---|
|
IDictionaryEnumerator.Entry | Gets the element at the current position of the enumerator as a DictionaryEntry structure. |
|
IDictionaryEnumerator.Key | Gets the key of the element at the current position of the enumerator. |
|
IDictionaryEnumerator.Value | Gets the value of the element at the current position of the enumerator. |
|
IEnumerator.Current | Gets the element at the current position of the enumerator. |
Show: