System::Collections::BitArray::Reference वर्ग

Reference class

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

class Reference

विधियाँ

विधिविवरण
operator bool() constसंदर्भित मान को bool में परिवर्तित करता है।
operator&=(bool)असाइनमेंट अंत ऑपरेटर।
operator-=(bool)असाइनमेंट घटाव ऑपरेटर।
operator=(bool)संदर्भित बिट मान को सेट करता है।
operator=(const Reference&)बिट मान की प्रतिलिपि बनाता है।
operator^=(bool)असाइनमेंट XOR ऑपरेटर।
[operator=](./operator_=/)(bool)
operator~() constसंदर्भित मान को उलटता है।
~Reference()संदर्भ को हटाता है।

संबंधित देखें