| 
            
              PriorityQueueTToArray Method 
             | 
          
        
         
              Returns an array containing the items in this list, 
              optionally in in priority order.
            
 
    Namespace: 
   Accord.Collections
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
Syntaxpublic PriorityQueueNode<T>[] ToArray(
	bool sorted = true
)
Public Function ToArray ( 
	Optional sorted As Boolean = true
) As PriorityQueueNode(Of T)()
 Request Example
		View SourceParameters
- sorted (Optional)
 - Type: SystemBoolean
Whether to return the items in priority order. 
Return Value
Type: 
PriorityQueueNodeT
See Also