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