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