System::Collections::BitArray::Reference sınıfı

Reference class

Reference class to allow treating BitArray elements in contexts where bool is required.

class Reference

Yöntemler

YöntemAçıklama
operator bool() constReferans verilen değeri bool’a dönüştürür.
operator&=(bool)Atama bitiş operatörü.
operator-=(bool)Atama çıkarma operatörü.
operator=(bool)Referans verilen bit değerini ayarlar.
operator=(const Reference&)Bit değerini kopyalar.
operator^=(bool)Atama xor operatörü.
[operator=](./operator_=/)(bool)
operator~() constReferans verilen değeri tersine çevirir.
~Reference()Referansı siler.

Ayrıca Bakınız