0 out of 1 rated this helpful - Rate this topic

LinkedList.Remove Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.