Initializes a new instance of the LinkedSet class that is empty.
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);
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace