CmsRecipientEnumerator Classe

Definição

A classe CmsRecipientEnumerator fornece funcionalidade de enumeração para a coleção CmsRecipientCollection.The CmsRecipientEnumerator class provides enumeration functionality for the CmsRecipientCollection collection. CmsRecipientEnumerator implementa a interface IEnumerator.CmsRecipientEnumerator implements the IEnumerator interface.

public ref class CmsRecipientEnumerator sealed : System::Collections::IEnumerator
public sealed class CmsRecipientEnumerator : System.Collections.IEnumerator
type CmsRecipientEnumerator = class
    interface IEnumerator
Public NotInheritable Class CmsRecipientEnumerator
Implements IEnumerator
Herança
CmsRecipientEnumerator
Implementações

Propriedades

Current

A propriedade Current recupera o objeto CmsRecipient atual da coleção CmsRecipientCollection.The Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
MoveNext()

O método MoveNext() avança a enumeração para o próximo objeto CmsRecipient na coleção CmsRecipientCollection.The MoveNext() method advances the enumeration to the next CmsRecipient object in the CmsRecipientCollection collection.

Reset()

O método Reset() redefine a enumeração para o primeiro objeto CmsRecipient na coleção CmsRecipientCollection.The Reset() method resets the enumeration to the first CmsRecipient object in the CmsRecipientCollection collection.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Implantações explícitas de interface

IEnumerator.Current

A propriedade IEnumerator.Current recupera o objeto CmsRecipient atual da coleção CmsRecipientCollection.The IEnumerator.Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection.

Aplica-se a

Confira também