Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetBitSequence( _ ByVal bitValues As BitArray _ ) |
Parameters
- bitValues
- BitArray where each bit is true or false, representing a binary bit
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if bitValues array is either empty, or unable to parse a valid bit value at a specific location within the input array. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)