Dictionary<TKey, TValue>.Enumerator Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Dictionary<TKey, TValue>.Enumerator generic type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Current Gets the element at the current position of the enumerator.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IDictionaryEnumerator.Entry Gets the element at the current position of the enumerator.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IDictionaryEnumerator.Key Gets the key of the element at the current position of the enumerator.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IDictionaryEnumerator.Value Gets the value of the element at the current position of the enumerator.
Explicit interface implemetationPrivate propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IEnumerator.Current Gets the element at the current position of the enumerator.

Top