GenericParameterHandleCollection.Enumerator Estrutura

Definição

public: value class GenericParameterHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::GenericParameterHandle>
public struct GenericParameterHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.GenericParameterHandle>
type GenericParameterHandleCollection.Enumerator = struct
    interface IEnumerator<GenericParameterHandle>
    interface IEnumerator
    interface IDisposable
Public Structure GenericParameterHandleCollection.Enumerator
Implements IEnumerator(Of GenericParameterHandle)
Herança
GenericParameterHandleCollection.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