Metodo System::Collections::Generic::List::data

List::data() method

Funzione di accesso alla struttura dati sottostante.

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

ReturnValue

Riferimento al vettore sottostante.

Vedi anche

List::data() const method

Funzione di accesso alla struttura dati sottostante.

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

ReturnValue

Riferimento const al vettore sottostante.

Vedi anche