SortedDictionary<TKey, TValue>::Enumerator Properties

 

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyCurrent

Gets the element at the current position of the enumerator.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionaryEnumerator::Entry

Gets the element at the current position of the enumerator as a DictionaryEntry structure.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionaryEnumerator::Key

Gets the key of the element at the current position of the enumerator.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionaryEnumerator::Value

Gets the value of the element at the current position of the enumerator.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIEnumerator::Current

Gets the element at the current position of the enumerator.

Return to top
Show: