Remove all the specified elements from this set, if they exist in this set.
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
C# |
---|
public bool RemoveAll( ICollection<T> c ) |
Visual Basic |
---|
Public Function RemoveAll ( _ c As ICollection(Of T) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool RemoveAll( ICollection<T>^ c ) sealed |
Parameters
- c
- Type: System.Collections.Generic..::..ICollection<(Of <(<'T>)>)>
A collection of elements to remove.