Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​Resources.​IResourceReader
Assembly: System.Runtime
Implemented Interfaces
Provides the base functionality for reading data from resource files.
Methods
void
Close​()
Closes the resource reader after releasing any resources associated with it.
GetEnumerator​()
Returns a dictionary enumerator of the resources for this reader.
Returns A dictionary enumerator for the resources for this reader.