CmsRecipientEnumerator 클래스

정의

CmsRecipientEnumerator 클래스는 CmsRecipientCollection 컬렉션에 대한 열거형 기능을 제공합니다. CmsRecipientEnumeratorIEnumerator 인터페이스를 구현합니다.

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 개체를 검색합니다.

적용 대상

추가 정보