Metodo System::Collections::Generic::List::data
List::data() method
Funzione di accesso alla struttura dati sottostante.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
Riferimento al vettore sottostante.
Vedi anche
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::data() const method
Funzione di accesso alla struttura dati sottostante.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
Riferimento const al vettore sottostante.
Vedi anche
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++