Metode System::Collections::Generic::Stack::data

Stack::data() method

Aksesor struktur data internal.

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

ReturnValue

Referensi ke struktur data internal.

Lihat Juga

Stack::data() const method

Aksesor struktur data internal.

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

ReturnValue

Referensi konstan ke struktur data internal.

Lihat Juga