Summary
    Removes all the elements from this collection that are returned by
    iterable.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Foundation 
- Containing Type
- Collection4
Syntax
public virtual void RemoveAll(IEnumerable iterable)Remarks
    Removes all the elements from this collection that are returned by
    iterable.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| iterable | IEnumerable | 
Return Value
| Type | Description | 
|---|---|
| void |