IDictionaryEnumerator Interface
Enumerates the elements of a dictionary.
Definition
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
Properties
| Property | Description |
|---|
| Current | Inherited from IEnumerator. |
| Entry | When implemented by a class, gets both the key and the value of the current dictionary entry. |
| Key | When implemented by a class, gets the key of the current dictionary entry. |
| Value | When implemented by a class, gets the value of the current dictionary entry. |
Interface Information
| Namespace | System.Collections |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|