IResourceReader::GetEnumerator Method ()

 

Returns a dictionary enumerator of the resources for this reader.

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

IDictionaryEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IDictionaryEnumerator^

A dictionary enumerator for the resources for this reader.

Because 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.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: