Removes the specified element from the PriorityQueue.

Namespace: LSCollections
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual void Remove(
	Object element
)
Visual Basic
Public Overridable Sub Remove ( _
	element As Object _
)
Visual C++
public:
virtual void Remove(
	Object^ element
)

Parameters

element
Type: System..::..Object
The element to remove.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionIf element is null

See Also