Remove all elements set in other. this = this AND_NOT other
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual void Remove( OpenBitSet other ) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( _ other As OpenBitSet _ ) |
| Visual C++ |
|---|
public: virtual void Remove( OpenBitSet^ other ) |
Parameters
- other
- Type: Lucene.Net.Util..::..OpenBitSet
[Missing <param name="other"/> documentation for "M:Lucene.Net.Util.OpenBitSet.Remove(Lucene.Net.Util.OpenBitSet)"]