RecipientInfoEnumerator 클래스

정의

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

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

적용 대상