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

List::data() method

Altta yatan veri yapısı erişim işlevi.

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

ReturnValue

Temel vektöre referans.

Ayrıca Bakınız

List::data() const method

Altta yatan veri yapısı erişim işlevi.

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

ReturnValue

Temel vektöre sabit referans.

Ayrıca Bakınız