LinkedList<T>::Remove Method
.NET Framework (current version)
Removes the first occurrence of a node or value from the LinkedList<T>.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Remove(T) | Removes the first occurrence of the specified value from the LinkedList<T>. |
![]() | Remove(LinkedListNode<T>^) | Removes the specified node from the LinkedList<T>. |
Show:
