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