System::Collections::Generic::Stack::data metodo

Stack::data() method

Accessor interno alla struttura dati.

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

ReturnValue

Riferimento alla struttura dati interna.

Vedi anche

Stack::data() const method

Accessor interno alla struttura dati.

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

ReturnValue

Riferimento const alla struttura dati interna.

Vedi anche