data()

BaseSet::data() method

Underlying data structure accessor.

set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()

Return Value

Reference to underlying data structure.

BaseSet::data() const method

Underlying data structure accessor.

const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const

Return Value

Const reference to underlying data structure.

See Also