Property this
this[uint]
An indexer that allows access to the bit at a given index. This provides both read and write access.
Declaration
bool this[uint index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
uint | index | Index of the bit. |
Property Value
Type | Description |
---|---|
bool | State of the bit at the provided index. |