Foley .NET Utilities Class Library

LinkedSet.Add Method

Adds the elements of an ICollection to the end of the LinkedSet.

Overload List

Adds the elements of an ICollection to the end of the LinkedSet.

public override bool Add(ICollection);

Adds an Object to the end of the LinkedSet.

public override bool Add(object);

See Also

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