Click or drag to resize
IPriorityQueueTDelete Method
Deletes the specified item from this priority queue.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
void Delete(
	IPriorityQueueItem<T> item
)

Parameters

item
Type: Slash.Collections.PriorityQueuesIPriorityQueueItemT
Item to be deleted.
Exceptions
ExceptionCondition
InvalidOperationException This priority queue is empty.
See Also