BitArray: SetAll

SetAll

Sets all of the bits to the specified value of True (1) or False (0).



 Public Sub SetAll(
	  ByVal Value As Boolean )

Parameters

Value
[ByVal] Boolean. The value to set all the bits to.

See Also

Project CorLib Overview

Class BitArray Overview