Click or drag to resize

PriorityQueueTGetPriority Method

Gets the priority of the item at the given index.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntax
public int GetPriority(
	int index
)
View Source

Parameters

index  Int32
The index of the item.

Return Value

Int32
The priority of the item.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIndex does not fall within the bounds of the queue.
See Also