RecipientInfoEnumerator クラス

定義

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

public ref class RecipientInfoEnumerator sealed : System::Collections::IEnumerator
public sealed class RecipientInfoEnumerator : System.Collections.IEnumerator
type RecipientInfoEnumerator = class
    interface IEnumerator
Public NotInheritable Class RecipientInfoEnumerator
Implements IEnumerator
継承
RecipientInfoEnumerator
実装

プロパティ

名前 説明
Current

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

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
MoveNext()

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

Reset()

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

ToString()

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

(継承元 Object)

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

名前 説明
IEnumerator.Current

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

適用対象