clears a bit. 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 FastClear(
	int index
)
Visual Basic
Public Overridable Sub FastClear ( _
	index As Integer _
)
Visual C++
public:
virtual void FastClear(
	int index
)

Parameters

index
Type: System..::..Int32

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

See Also