Interface IReadOnlyQueue<T>
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public interface IReadOnlyQueue<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Peek()
Returns the object at the beginning of the queue without removing it.
Declaration
T Peek()
Returns
| Type | Description |
|---|---|
| T |