Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResourceReader::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator for this ResourceReader object.

Namespace:   System.Resources
Assembly:  mscorlib (in mscorlib.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator for this ResourceReader object.

Exception Condition
InvalidOperationException

The reader has already been closed and cannot be accessed.

ResourceReader::IEnumerable::GetEnumerator is an explicit interface implementation. It can be used only when the ResourceReader instance is cast to an IEnumerable interface. The recommended approach to enumerating the resources in a .resources file is to call the MoveNext method of the IDictionaryEnumerator object returned by the ResourceReader::GetEnumerator method.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft