Foley .NET Utilities Class Library

LinkedList Constructor (ICollection)

Initializes a new instance of the LinkedList class that contains elements copied from the specified collection.

[Visual Basic]
Overloads Public Sub New( _
   ByVal collection As ICollection _
)
[C#]
public LinkedList(
   ICollection collection
);

Parameters

collection
The ICollection whose elements are copied to the new list.

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList Constructor Overload List