ResXResourceWriterClose Method
Releases all resources used by the
ResXResourceWriter.
If content has not been saved yet (see
Generate method), then firstly flushes any remaining content.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public:
virtual void Close() sealed
abstract Close : unit -> unit
override Close : unit -> unit
Implements
IResourceWriterClose Calling this method is the equivalent of calling
Dispose.