RecipientInfoCollection.IEnumerable.GetEnumerator Método
Definição
O método IEnumerable.GetEnumerator() retorna um objeto RecipientInfoEnumerator para a coleção RecipientInfoCollection.The IEnumerable.GetEnumerator() method returns a RecipientInfoEnumerator object for the RecipientInfoCollection collection.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
Retornos
Um objeto RecipientInfoEnumerator que pode ser usado para enumerar a coleção RecipientInfoCollection.A RecipientInfoEnumerator object that can be used to enumerate the RecipientInfoCollection collection.
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 RecipientInfoCollection é convertida em uma interface de IEnumerable.It can be used only when the RecipientInfoCollection instance is cast to an IEnumerable interface.