System::Collections::Generic::List::data method

List::data() method

Underliggande datastruktur‑åtkomstfunktion.

vector_t & System::Collections::Generic::List<T>::data()

ReturnValue

Referens till underliggande vektor.

Se även

List::data() const method

Underliggande datastruktur‑åtkomstfunktion.

const vector_t & System::Collections::Generic::List<T>::data() const

ReturnValue

Konstant referens till underliggande vektor.

Se även