arachnode.net

PriorityQueueItem(TValue) Constructor

Initializes a new instance of the PriorityQueueItem(TValue) class.

PriorityQueueItem<TValue>(
   TValue value,
   double priority
);

Parameters

value
The value.
priority
The priority.

See Also

PriorityQueueItem<TValue> Class | Arachnode.Structures.Value Namespace