Provides the base functionality for writing resources to an output file or stream.
void Generate()
Writes all the resources added by the M:System.Resources.IResourceWriter.AddResource(System....
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
void AddResource(string name, string value)
Adds a named resource of type T:System.String to the list of resources to be written.
void Close()
Closes the underlying resource file or stream, ensuring all the data has been written to the file.