LocalVariableHandleCollection.Enumerator Estrutura

Definição

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

Propriedades

Current

Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.

Métodos

MoveNext()

Avança o enumerador para o próximo elemento da coleção.Advances the enumerator to the next element of the collection.

Implantações explícitas de interface

IDisposable.Dispose()

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.

IEnumerator.Current

Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.

IEnumerator.Reset()

Define o enumerador com sua posição inicial, que é antes do primeiro elemento da coleção.Sets the enumerator to its initial position, which is before the first element in the collection.

Aplica-se a