data()

BitArray::data() method

Underlying data structure access.

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

Return Value

Reference to underlying data structure.

BitArray::data() const method

Underlying data structure access.

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

Return Value

Const reference to underlying data structure.

See Also