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

Operator_Subscript(
index
as UInt64)
as Boolean
Parameters
- index
- Use this parameter to specify which item to or read from.
Returns
- Boolean
Remarks
See Also
BitArray Class