Foley .NET Utilities Class Library

HashSet.Add Method

Adds the elements of an ICollection into the HashSet.

Overload List

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);

See Also

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