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