A dictionary enumerator for the resources for this reader.
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.