Property this
this[uint]
Returns the state of the bit at a specific index.
Declaration
public 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. |