Foley .NET Utilities Class Library

IList2.Insert Method

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

Overload List

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

bool Insert(int,ICollection);

When implemented by a class, inserts an object to the list at the specified position.

bool Insert(int,object);

See Also

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