CmsRecipientEnumerator Třída
Definice
CmsRecipientEnumeratorTřída poskytuje funkci výčtu pro CmsRecipientCollection kolekci.The CmsRecipientEnumerator class provides enumeration functionality for the CmsRecipientCollection collection. CmsRecipientEnumerator implementuje IEnumerator rozhraní.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
- Dědičnost
-
CmsRecipientEnumerator
- Implementuje
Vlastnosti
Current |
CurrentVlastnost načte aktuální CmsRecipient objekt z CmsRecipientCollection kolekce.The Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection. |
Metody
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
MoveNext() |
MoveNext()Metoda posune výčet na další CmsRecipient objekt v CmsRecipientCollection kolekci.The MoveNext() method advances the enumeration to the next CmsRecipient object in the CmsRecipientCollection collection. |
Reset() |
Reset()Metoda obnoví výčet na první CmsRecipient objekt v CmsRecipientCollection kolekci.The Reset() method resets the enumeration to the first CmsRecipient object in the CmsRecipientCollection collection. |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
IEnumerator.Current |
IEnumerator.CurrentVlastnost načte aktuální CmsRecipient objekt z CmsRecipientCollection kolekce.The IEnumerator.Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection. |