mscorlib(4.0.0.0) API with additions
IResourceReader.cs
1 using System.Collections;
3 
4 namespace System.Resources
5 {
7  [ComVisible(true)]
9  {
11  void Close();
12 
16  }
17 }
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Definition: IDisposable.cs:8
Definition: __Canon.cs:3
new IDictionaryEnumerator GetEnumerator()
Returns a dictionary enumerator of the resources for this reader.
Provides the base functionality for reading data from resource files.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
Definition: IEnumerable.cs:9
void Close()
Closes the resource reader after releasing any resources associated with it.
Enumerates the elements of a nongeneric dictionary.