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 プロパティは、RecipientInfo コレクションから、現在の RecipientInfoCollection オブジェクトを取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
MoveNext()

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

Reset()

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

ToString()

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

(継承元 Object)

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

IEnumerator.Current

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

適用対象