Removes from this set all of its elements that are contained in the specified collection
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual bool RemoveAll( ICollection items ) |
| Visual Basic |
|---|
Public Overridable Function RemoveAll ( _ items As ICollection _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool RemoveAll( ICollection^ items ) |
Parameters
- items
- Type: System.Collections..::..ICollection
[Missing <param name="items"/> documentation for "M:Lucene.Net.Analysis.CharArraySet.RemoveAll(System.Collections.ICollection)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analysis.CharArraySet.RemoveAll(System.Collections.ICollection)"]