فئة 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()يحذف المرجع.

انظر أيضًا