다음을 통해 공유


ReservationCollection.GetEnumerator 메서드

정의

ReservationCollection를 통해 반복할 수 있는 열거자를 반환합니다. 이 메서드는 상속될 수 없습니다.

public:
 virtual System::Collections::Generic::IEnumerator<long> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<long> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int64>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int64>
Public Function GetEnumerator () As IEnumerator(Of Long)

반환

ReservationCollection을 반복할 수 있는 열거자입니다.

구현

예외

다음 이유 중 하나로 인해 작업이 잘못되었습니다.

  • 열거형이 끝난 경우

  • 컬렉션이 수정된 경우

  • 열거형이 시작되지 않은 경우 MoveNext()를 호출해야 합니다.

시퀀스가 삭제된 후 메서드가 호출된 경우

메모리가 부족하여 프로그램을 계속 실행할 수 없는 경우

지정된 로그 저장소에 대한 액세스가 운영 체제에서 거부된 경우

적용 대상