Click or drag to resize
IPriorityQueueTInsert Method
Inserts the passed item with the specified key into this priority queue.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
IPriorityQueueItem<T> Insert(
	T item,
	double key
)

Parameters

item
Type: T
Item to insert.
key
Type: SystemDouble
Key of the item to insert.

Return Value

Type: IPriorityQueueItemT
Container that holds the passed item.
See Also