Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinkedList<T>::Remove Method

 

Removes the first occurrence of a node or value from the LinkedList<T>.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodRemove(T)

Removes the first occurrence of the specified value from the LinkedList<T>.

System_CAPS_pubmethodRemove(LinkedListNode<T>^)

Removes the specified node from the LinkedList<T>.

Return to top
Show:
© 2017 Microsoft