Skip to main content Link Menu Expand (external link) Document Search Copy Copied

LinkedList()

Constructs an empty list

Example

LinkedList<int> list = LinkedList<int>();
//list has no elements