this = this OR other

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void Union(
	OpenBitSet other
)
Visual Basic
Public Overridable Sub Union ( _
	other As OpenBitSet _
)
Visual C++
public:
virtual void Union(
	OpenBitSet^ other
)

Parameters

other
Type: Lucene.Net.Util..::..OpenBitSet

[Missing <param name="other"/> documentation for "M:Lucene.Net.Util.OpenBitSet.Union(Lucene.Net.Util.OpenBitSet)"]

See Also