Interface IReadOnlyQueue
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public interface IReadOnlyQueue : IEnumerable
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Peek()
Declaration
object Peek()
Returns
| Type | Description |
|---|---|
| object |