LinkedList.Remove Method
.NET Framework 3.0
Removes the first occurrence of a node or value from the LinkedList.
| Name | Description |
|---|---|
| LinkedList.Remove (Generic LinkedListNode) | Removes the specified node from the LinkedList. Supported by the .NET Compact Framework. |
| LinkedList.Remove (T) | Removes the first occurrence of the specified value from the LinkedList. Supported by the .NET Compact Framework. |