System::Collections::BitArrayPtr::operator[] method

BitArrayPtr::operator[] method

Bit accessor.

BitArray::Reference System::Collections::BitArrayPtr::operator[](int idx) const
ParameterTypeDescription
idxintIndex to address.

ReturnValue

Reference to addressed bit.

See Also