Returns an enumerator for the current System.Resources.ResXResourceReader object.
An enumerator for the current System.Resources.ResourceReader object.
The ResXResourceReader.GetEnumerator method retrieves the name/value pairs in the XML resource (.resx) stream or string associated with the current System.Resources.ResXResourceReader object. However, if the ResXResourceReader.UseResXDataNodes property is set to true before you call ResXResourceReader.GetEnumerator, the resource items are retrieved as System.Resources.ResXDataNode objects. In this case, all resource nodes are returned regardless of type.