BitArray.Operator_Subscript Method (console safe)
Implements operator to write to the array with the ( ) indexer operator.

Operator_Subscript(
index
as UInt64,
assigns value
as Boolean)
Parameters
- index
- Use this parameter to specify which item to or write to.
- value (assign parameter)
- The value to set
Remarks
See Also
BitArray Class