operator[]()

BitArray::operator method

Accessor function.

Reference System::Collections::BitArray::operator[](int index)

Arguments

ParameterTypeDescription
indexintIndex of bit to access.

Return Value

Reference allowing operations on referred bit.

See Also