|
PriorityQueueTGetPriority Method
|
Gets the priority of the item at the given index.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
Syntaxpublic int GetPriority(
int index
)
public:
int GetPriority(
int index
)
member GetPriority :
index : int -> int function GetPriority(index);
View SourceParameters
- index Int32
- The index of the item.
Return Value
Int32The priority of the item.
Exceptions
See Also