Foley .NET Utilities Class Library

List2Base.Add Method

Adds the elements of the specified ICollection to the list.

Overload List

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

public abstract int Add(object);

Adds the elements of the specified ICollection to the list.

public virtual bool Add(ICollection);

See Also

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