Retains only the elements in this set 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 bool RetainAll( ICollection coll ) |
| Visual Basic |
|---|
Public Function RetainAll ( _ coll As ICollection _ ) As Boolean |
| Visual C++ |
|---|
public: bool RetainAll( ICollection^ coll ) |
Parameters
- coll
- Type: System.Collections..::..ICollection
[Missing <param name="coll"/> documentation for "M:Lucene.Net.Analysis.CharArraySet.RetainAll(System.Collections.ICollection)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analysis.CharArraySet.RetainAll(System.Collections.ICollection)"]