 | IPriorityQueueTDelete Method |
Deletes the specified item from this priority queue.
Namespace: Slash.Collections.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxvoid Delete(
IPriorityQueueItem<T> item
)
Sub Delete (
item As IPriorityQueueItem(Of T)
)
void Delete(
IPriorityQueueItem<T>^ item
)
abstract Delete :
item : IPriorityQueueItem<'T> -> unit
Parameters
- item
- Type: Slash.Collections.PriorityQueuesIPriorityQueueItemT
Item to be deleted.
Exceptions
See Also