LinkedList<T>.Add method

Adds a new value onto the end of the list.

public void Add(T value)
parameter description
value New value to add.

See Also