System::Collections::Generic::List::data yöntemi

List::data() method

Alt veri yapısına 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

Alt veri yapısına 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