LinkedList<T>.Clone method

Makes a deep copy of this List.

public object Clone()

Return Value

New instance of the list.

See Also