Share via


Module.IDisposable.Dispose Method

Definition

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

 virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
Sub Dispose () Implements IDisposable.Dispose

Implements

Remarks

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

This implementation calls the Dispose method.

Applies to