SortedDictionary<TKey, TValue>::Enumerator Properties
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the element at the current position of the enumerator. |
| 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:


