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
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
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
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++