System::Collections::Generic::List::data methode
List::data() method
Toegangsfunctie voor onderliggende datastructuur.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
Referentie naar onderliggende vector.
Zie ook
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::data() const method
Toegangsfunctie voor onderliggende datastructuur.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
Constante referentie naar onderliggende vector.
Zie ook
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++