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