data()

HashSet::data() method

Underlying data structure accessor.

set_t & System::Collections::Generic::HashSet<T>::data()

Return Value

Reference to underlying data structure.

HashSet::data() const method

Underlying data structure accessor.

const set_t & System::Collections::Generic::HashSet<T>::data() const

Return Value

Const reference to underlying data structure.

See Also