Adds the elements of an ICollection into the HashSet.
Adds the elements of an ICollection into the HashSet.
public override bool Add(ICollection);
Adds an Object into the HashSet.
public override bool Add(object);
HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace