Click or drag to resize

BitListSetRange Method

Sets an entire range of the list to a particular value.

Namespace:  WhetStone.SystemExtensions
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void SetRange(
	int start,
	int length,
	bool value
)

Parameters

start
Type: SystemInt32
The first index in the list set.
length
Type: SystemInt32
How many elements in the list to set.
value
Type: SystemBoolean
The value to set the range to.
See Also