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