| 
        public interface IResourceReader : IEnumerable, IDisposable
       | 
| Close | Closes the resource reader after releasing any resources associated with it. | 
| GetEnumerator | Returns an IDictionaryEnumerator of the resources for this reader. | 
Hierarchy:
| 
            void Close(); | 
| 
            IDictionaryEnumerator GetEnumerator(); |