Method SetBitAt_Internal
SetBitAt_Internal(uint, bool)
Set the bit at given index
Declaration
protected override void SetBitAt_Internal(uint bitIndex, bool value)
Parameters
Type | Name | Description |
---|---|---|
uint | bitIndex | The index |
bool | value | The value |