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

Stack::data() method

Dahili veri yapısı erişicisi.

stack_t & System::Collections::Generic::Stack<T>::data()

ReturnValue

İç veri yapısına referans.

Ayrıca Bakınız

Stack::data() const method

Dahili veri yapısı erişicisi.

const stack_t & System::Collections::Generic::Stack<T>::data() const

ReturnValue

İç veri yapısına sabit referans.

Ayrıca Bakınız