Sets the bit at the specified index. The index should be less than the OpenBitSet size.

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

Syntax

C#
public virtual void FastSet(
	long index
)
Visual Basic
Public Overridable Sub FastSet ( _
	index As Long _
)
Visual C++
public:
virtual void FastSet(
	long long index
)

Parameters

index
Type: System..::..Int64

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

See Also