ReservationCollection.GetEnumerator Método

Definição

Retorna um enumerador que pode ser iterado por meio de ReservationCollection.Returns an enumerator that can iterate through the ReservationCollection. Esse método não pode ser herdado.This method cannot be inherited.

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)

Retornos

IEnumerator<Int64>

Um enumerador que pode ser iterado por meio de ReservationCollection.An enumerator that can iterate through the ReservationCollection.

Implementações

Exceções

A operação é inválida por um dos seguintes motivos:The operation is invalid for one of the following reasons: - A enumeração terminou.- The enumeration has ended.

- A coleção foi modificada.- The collection has been modified.

- A enumeração não foi iniciada.- The enumeration has not been started. Uma chamada para MoveNext() deve ser feita.A call to MoveNext() must be made.

O método foi chamado depois que a sequência foi descartada.The method was called after the sequence has been disposed of.

Não há memória suficiente para continuar a execução do programa.There is not enough memory to continue the execution of the program.

O acesso ao repositório de log especificado é negado pelo sistema operacional.Access for the specified log store is denied by the operating system.

Aplica-se a