RecipientInfoEnumerator クラス
定義
RecipientInfoEnumerator クラスは、RecipientInfoCollection コレクションの列挙機能を提供します。The RecipientInfoEnumerator class provides enumeration functionality for the RecipientInfoCollection collection. RecipientInfoEnumerator では、IEnumerator インターフェイスを実装します。RecipientInfoEnumerator implements the IEnumerator interface.
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 オブジェクトを取得します。The Current property retrieves the current RecipientInfo object from the RecipientInfoCollection collection. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
MoveNext() |
MoveNext() メソッドは、RecipientInfo コレクションの次の RecipientInfoCollection オブジェクトに列挙子を進めます。The MoveNext() method advances the enumeration to the next RecipientInfo object in the RecipientInfoCollection collection. |
Reset() |
Reset() メソッドは、RecipientInfo コレクションの最初の RecipientInfoCollection オブジェクトに列挙子をリセットします。The Reset() method resets the enumeration to the first RecipientInfo object in the RecipientInfoCollection collection. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IEnumerator.Current |
IEnumerator.Current プロパティは、RecipientInfo コレクションから、現在の RecipientInfoCollection オブジェクトを取得します。The IEnumerator.Current property retrieves the current RecipientInfo object from the RecipientInfoCollection collection. |