Removes the first occurrence of each element of the specified ICollection from the list.
Removes the first occurrence of each element of the specified ICollection from the list.
public virtual bool Remove(ICollection);
When implemented by a class, removes the specified number of the elements starting at the position specified.
public abstract bool Remove(int,int);
When implemented by a class, removes the first occurrence of a specific Object from the list.
public abstract bool Remove(object);
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace