System::Collections::BitArray::operator[] method

BitArray::operator[] method

Accessor function.

Reference System::Collections::BitArray::operator[](int index)
ParameterTypeDescription
indexintIndex of bit to access.

ReturnValue

Reference allowing operations on referred bit.

See Also