Collection4.

RemoveAll(IEnumerable) Method

Summary

Removes all the elements from this collection that are returned by iterable.

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