System::Collections::BitArray::data method

BitArray::data() method

Underlying data structure access.

bitset & System::Collections::BitArray::data()

ReturnValue

Reference to underlying data structure.

See Also

BitArray::data() const method

Underlying data structure access.

const bitset & System::Collections::BitArray::data() const

ReturnValue

Const reference to underlying data structure.

See Also