MethodDebugInformationHandleCollection.Enumerator Estrutura

Definição

public: value class MethodDebugInformationHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MethodDebugInformationHandle>
public struct MethodDebugInformationHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle>
type MethodDebugInformationHandleCollection.Enumerator = struct
    interface IEnumerator<MethodDebugInformationHandle>
    interface IEnumerator
    interface IDisposable
Public Structure MethodDebugInformationHandleCollection.Enumerator
Implements IEnumerator(Of MethodDebugInformationHandle)
Herança
MethodDebugInformationHandleCollection.Enumerator
Implementações

Propriedades

Current

Obtém o elemento na coleção na posição atual do enumerador.

Métodos

MoveNext()

Avança o enumerador para o próximo elemento da coleção.

Implantações explícitas de interface

IDisposable.Dispose()

Realiza tarefas definidas pelo aplicativo associadas à liberação ou à redefinição de recursos não gerenciados.

IEnumerator.Current

Obtém o elemento na coleção na posição atual do enumerador.

IEnumerator.Reset()

Define o enumerador com sua posição inicial, que é antes do primeiro elemento da coleção.

Aplica-se a