Foley .NET Utilities Class Library

List2Base.Remove Method

Removes the first occurrence of each element of the specified ICollection from the list.

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

See Also

List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace