ImmutableQueue<T>.Peek Método
Definição
Retorna o elemento no início da fila imutável sem removê-lo.Returns the element at the beginning of the immutable queue without removing it.
public:
virtual T Peek();
public T Peek ();
abstract member Peek : unit -> 'T
override this.Peek : unit -> 'T
Public Function Peek () As T
Retornos
- T
O elemento no início da fila.The element at the beginning of the queue.
Implementações
Exceções
A fila está vazia.The queue is empty.