Click or drag to resize

SortedQueueTKey, TValue Properties

The SortedQueueTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the queue;
Public propertyHead
Gets the first item in the queue. Throws an exception if it does not exist.
Public propertyItem
An indexer
Top
See Also