System::Collections::Generic::List::operator[] μέθοδος
List::operator method
Συνάρτηση πρόσβασης.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Type | Περιγραφή |
|---|---|---|
| δείκτης | int | Δείκτης για λήψη στοιχείου από. |
ReturnValue
Αναφορά σε στοιχείο στη συγκεκριμένη θέση.
Δείτε επίσης
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
Συνάρτηση πρόσβασης.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| δείκτης | int | Δείκτης για λήψη στοιχείου από. |
ReturnValue
Σταθερή αναφορά σε στοιχείο στη συγκεκριμένη θέση.
Δείτε επίσης
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++