PriorityQueue TValue  ClassNetworkComms.Net Help
Queue which contains features to add and remove items using a simple priority model.
Inheritance Hierarchy

OnlineSystem Object
  NetworkCommsDotNet.Tools PriorityQueue TValue 

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public class PriorityQueue<TValue>
Type Parameters

TValue
The type of this queue
See Also