[]
Removes items from the list based on predicate.
public virtual int RemoveAll(Predicate<T> match)
Predicate deciding should item be removed or not.