When implemented by a class, inserts the elements of the ICollection to the list at the specified position.
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);
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace