System::Collections::Generic::BaseSet::data method

BaseSet::data() method

Underlying data structure accessor.

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

ReturnValue

Reference to underlying data structure.

See Also

BaseSet::data() const method

Underlying data structure accessor.

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

ReturnValue

Const reference to underlying data structure.

See Also