ResourceReader: GetEnumerator |
Returns an IDictionaryEnumerator object.
Public Function GetEnumerator ( ) As IDictionaryEnumerator
The enumerator returns values as DictionaryEntry objects. The value property in the DictionaryEntry object returns a Win32Resource object which contains details about the specific resource found in the .RES file. The Key property returns the ID for the specific resource. The Keys may not be unique across all resources, os using the Key as a unique identifier is not recommended.