CmsRecipientEnumerator クラス
定義
CmsRecipientEnumerator クラスは、CmsRecipientCollection コレクションの列挙機能を提供します。The CmsRecipientEnumerator class provides enumeration functionality for the CmsRecipientCollection collection. CmsRecipientEnumerator では、IEnumerator インターフェイスを実装します。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
- 継承
-
CmsRecipientEnumerator
- 実装
プロパティ
Current |
Current プロパティは、CmsRecipient コレクションから、現在の CmsRecipientCollection オブジェクトを取得します。The Current property retrieves the current CmsRecipient object from the CmsRecipientCollection 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() メソッドは、CmsRecipient コレクションの次の CmsRecipientCollection オブジェクトに列挙子を進めます。The MoveNext() method advances the enumeration to the next CmsRecipient object in the CmsRecipientCollection collection. |
Reset() |
Reset() メソッドは、CmsRecipient コレクションの最初の CmsRecipientCollection オブジェクトに列挙子をリセットします。The Reset() method resets the enumeration to the first CmsRecipient object in the CmsRecipientCollection collection. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IEnumerator.Current |
IEnumerator.Current プロパティは、CmsRecipient コレクションから、現在の CmsRecipientCollection オブジェクトを取得します。The IEnumerator.Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection. |