Click or drag to resize

PriorityQueueTRemove Method

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Boolean
if the item was removed; if it was not found.

Implements

ICollectionTRemove(T)
See Also