CustomDebugInformationHandleCollection.Enumerator.IDisposable.Dispose Método
Definição
Realiza tarefas definidas pelo aplicativo associadas à liberação ou à redefinição de recursos não gerenciados.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de CustomDebugInformationHandleCollection.Enumerator é convertida em uma interface de IDisposable.It can be used only when the CustomDebugInformationHandleCollection.Enumerator instance is cast to an IDisposable interface.