Assigns a value to all bits in the BitArray.
[Visual Basic] Public Sub SetAll( _ ByVal value As Boolean _ ) [C#] public void SetAll( bool value ); [C++] public: void SetAll( bool value ); [JScript] public function SetAll( value : Boolean );
None.
BitArray Class | BitArray Members | System.Collections Namespace