Foley .NET Utilities Class Library

LinkedSet Constructor

Initializes a new instance of the LinkedSet class that is empty.

Overload List

Initializes a new instance of the LinkedSet class that is empty.

public LinkedSet();

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

public LinkedSet(ICollection);

See Also

LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace