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

List::data() method

Función de acceso a la estructura de datos subyacente.

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

ReturnValue

Referencia al vector subyacente.

Ver también

List::data() const method

Función de acceso a la estructura de datos subyacente.

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

ReturnValue

Referencia constante al vector subyacente.

Ver también