System::Collections::Generic::BaseSet::data metod

BaseSet::data() method

Åtkomst till underliggande datastruktur.

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

ReturnValue

Referens till underliggande datastruktur.

Se även

BaseSet::data() const method

Åtkomst till underliggande datastruktur.

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

ReturnValue

Konstant referens till underliggande datastruktur.

Se även