Sets a range of bits, expanding the set size if necessary

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

Syntax

C#
public virtual void Set(
	long startIndex,
	long endIndex
)
Visual Basic
Public Overridable Sub Set ( _
	startIndex As Long, _
	endIndex As Long _
)
Visual C++
public:
virtual void Set(
	long long startIndex, 
	long long endIndex
)

Parameters

startIndex
Type: System..::..Int64
lower index
endIndex
Type: System..::..Int64
one-past the last bit to set

See Also