IDictionaryEnumerator.Entry Property

Gets both the key and the value of the current dictionary entry.

Namespace: System.Ext.Collections
Assembly: MFDpwsExtensions (in mfdpwsextensions.dll)

Syntax

public virtual abstract DictionaryEntry Entry { get; }

Property Value

A DictionaryEntry containing both the key and the value of the current dictionary entry.

Exceptions

Exception type Condition
InvalidOperationException The IDictionaryEnumerator is positioned before the first entry of the dictionary or after the last entry.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

IDictionaryEnumerator Interface
IDictionaryEnumerator Members
System.Ext.Collections Namespace