CmsRecipientEnumerator クラス

定義

CmsRecipientEnumerator クラスは、CmsRecipientCollection コレクションの列挙機能を提供します。 CmsRecipientEnumerator では、IEnumerator インターフェイスを実装します。

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
継承
CmsRecipientEnumerator
実装

プロパティ

Current

Current プロパティは、CmsRecipient コレクションから、現在の CmsRecipientCollection オブジェクトを取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
MoveNext()

MoveNext() メソッドは、CmsRecipient コレクションの次の CmsRecipientCollection オブジェクトに列挙子を進めます。

Reset()

Reset() メソッドは、CmsRecipient コレクションの最初の CmsRecipientCollection オブジェクトに列挙子をリセットします。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

IEnumerator.Current

IEnumerator.Current プロパティは、CmsRecipient コレクションから、現在の CmsRecipientCollection オブジェクトを取得します。

適用対象

こちらもご覧ください