Initializes a new instance of the OpenBitSetIterator class

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

Syntax

C#
public OpenBitSetIterator(
	long[] bits,
	int numWords
)
Visual Basic
Public Sub New ( _
	bits As Long(), _
	numWords As Integer _
)
Visual C++
public:
OpenBitSetIterator(
	array<long long>^ bits, 
	int numWords
)

Parameters

bits
Type: array<System..::..Int64>[]()[][]

[Missing <param name="bits"/> documentation for "M:Lucene.Net.Util.OpenBitSetIterator.#ctor(System.Int64[],System.Int32)"]

numWords
Type: System..::..Int32

[Missing <param name="numWords"/> documentation for "M:Lucene.Net.Util.OpenBitSetIterator.#ctor(System.Int64[],System.Int32)"]

See Also