Foley .NET Utilities Class Library

IList2.Remove Method

When implemented by a class, removes the first occurrence of each element of the specified ICollection from the list.

Overload 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);

See Also

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