Mono Class Library: System.Collections.Hashtable Overview | Members

System.Collections.Hashtable.GetEnumerator Method

Returns a IDictionaryEnumerator for the current instance. [Edit]

public virtual IDictionaryEnumerator GetEnumerator ()

Returns

A IDictionaryEnumerator for the current instance. [Edit]

Remarks

If the current instance is modified while an enumeration is in progress, a call to IEnumerator.MoveNext or IEnumerator.Reset throws InvalidOperationException.

Note:

For detailed information regarding the use of an enumerator, see IEnumerator.

This property is implemented to support the IList interface.

Operation
As described above.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0