System::Collections::BitArray::Reference::operator= metodo

Reference::operator=(bool) method

Imposta il valore del bit di riferimento.

Reference & System::Collections::BitArray::Reference::operator=(bool value)
ParametroTipoDescrizione
valueboolper impostare.

ReturnValue

Questo riferimento.

Vedi anche

Reference::operator=(const Reference&) method

Copia il valore del bit.

Reference & System::Collections::BitArray::Reference::operator=(const Reference &reference)
ParametroTipoDescrizione
referenceconst Reference&Reference al bit di origine.

ReturnValue

Questo riferimento.

Vedi anche