Removes the specified element from the PriorityQueue.
Namespace: LSCollectionsAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | If element is null |