BitArrayItem Property
Gets or Sets individual bits in this array.
Namespace: SnapDB.CollectionsAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Boolean
Get
Set
public:
property bool default[int index] {
bool get (int index);
void set (int index, bool value);
}
function get_Item(index);
function set_Item(value);
- index Int32
- Bit position to access.
BooleanBit at specified
index.