Foley .NET Utilities Class Library

SetBase.Add Method

Adds the elements of the specified ICollection to the set.

Overload List

Adds the elements of the specified ICollection to the set.

public virtual bool Add(ICollection);

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

public abstract bool Add(object);

See Also

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