BitArray.SetAt Method (console safe)
Sets element at given index. This method does the same as the Item method, but is here so that other plugins can make use of the BitArray internally.

SetAt(
n
as UInt64,
value
as Boolean)
Parameters
- n
- Use this parameter to specify which item to write to.
- value
- The value to set.
Remarks
See Also
BitArray Class