Click or drag to resize
HeapBaseTElementRemove Method
Removes the element specified

Namespace:  SD.Tools.Algorithmia.Heaps
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax
public abstract void Remove(
	TElement element
)

Parameters

element
Type: TElement
The element to remove.
See Also