Property Item
Item[IPriorityQueueHandle<T>]
Get or set the item corresponding to a handle. Throws exceptions on invalid handles.
Declaration
T this[IPriorityQueueHandle<T> handle] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle |
Property Value
Type | Description |
---|---|
T |