System.Resources.IResourceReader.GetEnumerator Method

Returns a dictionary enumerator of the resources for this reader.

Syntax

public IDictionaryEnumerator GetEnumerator ()

Returns

A dictionary enumerator for the resources for this reader.

Remarks

Because System.Resources.IResourceReader inherits the IEnumerable interface, it must also provide an implementation of the IEnumerable.GetEnumerator method, which returns an IEnumerator object that can be used to enumerate a collection. Typically, IEnumerable.GetEnumerator is implemented as an explicit interface implementation.

Requirements

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