Foley .NET Utilities Class Library

LinkedSet Constructor (ICollection)

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

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

Parameters

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

See Also

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