System::Collections::BitArray::Reference::operator= method

Reference::operator=(bool) method

Sets referenced bit value.

Reference & System::Collections::BitArray::Reference::operator=(bool value)
ParameterTypeDescription
valueboolto set.

ReturnValue

This reference.

See Also

Reference::operator=(const Reference&) method

Copies bit value.

Reference & System::Collections::BitArray::Reference::operator=(const Reference &reference)
ParameterTypeDescription
referenceconst Reference&Reference to source bit.

ReturnValue

This reference.

See Also