| BinaryHeapTElementRoot Property  | 
 
            Gets the root of the heap. Depending on the fact if this is a min or max heap, it returns the element with the minimum key (min heap) or the element
            with the maximum key (max heap). If the heap is empty, null / default is returned
            
 
    Namespace: 
   SD.Tools.Algorithmia.Heaps
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic override TElement Root { get; }Public Overrides ReadOnly Property Root As TElement
	Get
Property Value
Type: 
TElement
See Also