ResXResourceReader::IEnumerable::GetEnumerator Method ()
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns an enumerator for the current ResXResourceReader object. For a description of this member, see the IEnumerable::GetEnumerator method.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Collections::IEnumerator^An enumerator that can iterate through the name/value pairs in the XML resource (.resx) stream or string associated with the current ResXResourceReader object.
Implements
IEnumerable::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the ResXResourceReader instance is cast to an IEnumerable interface. To enumerate the resources in a .resx file, we recommend that you call the ResXResourceReader::GetEnumerator method, and then call the MoveNext method on the returned IDictionaryEnumerator object.
Available since 1.1