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.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void Close()

Implements

IResourceWriterClose

Remarks

Calling this method is the equivalent of calling Dispose.

See Also