Foley .NET Utilities Class Library

ISet.Add Method

When implemented by a class, adds all the elements in the specified collection that are not already contained in the set.

Overload List

When implemented by a class, adds all the elements in the specified collection that are not already contained in the set.

bool Add(ICollection);

When implemented by a class, adds an Object to the set.

bool Add(object);

See Also

ISet Interface | ISet Members | Foley.Utilities.Collections Namespace