XmlWriter.IDisposable.Dispose Method

Definition

For a description of this member, see Dispose().

 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 XmlWriter instance is cast to an IDisposable interface.

This member may behave differently when it is used in a Portable Class Library project. For more information, see API Differences in Portable Class Library.

Applies to