Méthode System::Collections::Generic::List::data
List::data() method
Fonction d’accès à la structure de données sous-jacente.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
Référence au vecteur sous‑jacent.
Voir aussi
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::data() const method
Fonction d’accès à la structure de données sous-jacente.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
Référence constante au vecteur sous‑jacent.
Voir aussi
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++