Click or drag to resize
IPriorityQueueItemT Interface
Container for an item that can be inserted into a priority queue. Provides a key for comparing it to other items for order.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public interface IPriorityQueueItem<out T>

Type Parameters

T
Type of the item held by this container.

The IPriorityQueueItemT type exposes the following members.

Properties
  NameDescription
Public propertyItem
Item held by this container.
Public propertyKey
Key of the item which is used for comparing it to other items for order.
Top
See Also