Foley .NET Utilities Class Library

List2Base.Insert Method

When implemented by a class, inserts the elements of the ICollection to the list starting at the specified position.

Overload List

When implemented by a class, inserts the elements of the ICollection to the list starting at the specified position.

public abstract bool Insert(int,ICollection);

When implemented by a class, inserts the Object specified into the list at the specified position.

public abstract bool Insert(int,object);

See Also

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