| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub SetBitSequence( _ ByVal bitValues() As Integer _ ) | |
| C++/CLI | |
|---|---|
public: abstract void SetBitSequence( array<int>^ bitValues ) | |
Parameters
- bitValues
- array of integers where each integer is 0 or 1, representing a binary bit
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)