| IQueueTPriority, TValue Interface |
Namespace: FlexRule.Queues
public interface IQueue<TPriority, TValue> : IEnumerable<TValue>, IEnumerable
The IQueueTPriority, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Dequeue | ||
| Enqueue | ||
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableTValue.) | |
| Peek |
| Name | Description | |
|---|---|---|
| DistinctByTValue, TKey | (Defined by LinqExtensions.) | |
| IndexOfTValue | (Defined by StringTokenExtensions.) | |
| TakeLastTValue |
Takes n last numbers of a source
(Defined by LinqExtensions.) |