ResXResourceReader.IDisposable.Dispose Method

Definition

Releases the unmanaged resources used by the ResXResourceReader and optionally releases the managed resources. For a description of this member, see the Dispose() method.

 virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ResXResourceReader instance is cast to an IDisposable interface.

Applies to

See also