LinkedList.System.Collections.Generic.ICollection<T>.Add Method
Assembly: System (in system.dll)
LinkedList accepts a null reference (Nothing in Visual Basic) as a valid Value for reference types and allows duplicate values.
If the LinkedList is empty, the new node becomes the First and the Last.
This method is an O(1) operation.
The following code example and output demonstrates that when a LinkedList is cast to ICollection, the LinkedList.System.Collections.Generic.ICollection<T>.Add method can be used to add a new node to the end of the linked list. The code example removes the last node in a linked list of strings, and adds a new node.
This code and output are part of a larger example provided for the LinkedList class.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.