Method Offer
Offer(T)
Inserts the specified element into this priority queue.
Declaration
public virtual bool Offer(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | the element to add to the priority queue. |
Returns
Type | Description |
---|---|
System.Boolean | always |