GOA - System.Collections.IDictionaryEnumerator

IDictionaryEnumerator Interface


Enumerates the elements of a dictionary.

Definition

public interface IDictionaryEnumerator: IEnumerator

Members Table

MethodDescription
MoveNextInherited from IEnumerator.
ResetInherited from IEnumerator.
PropertyDescription
CurrentInherited from IEnumerator.
EntryWhen implemented by a class, gets both the key and the value of the current dictionary entry.
KeyWhen implemented by a class, gets the key of the current dictionary entry.
ValueWhen implemented by a class, gets the value of the current dictionary entry.

Interface Information

NamespaceSystem.Collections
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.