Expert: sets a new long[] to use as the bit storage

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

Syntax

C#
public virtual void SetBits(
	long[] bits
)
Visual Basic
Public Overridable Sub SetBits ( _
	bits As Long() _
)
Visual C++
public:
virtual void SetBits(
	array<long long>^ bits
)

Parameters

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

[Missing <param name="bits"/> documentation for "M:Lucene.Net.Util.OpenBitSet.SetBits(System.Int64[])"]

See Also