System::Collections::Generic::List::operator[] метод
List::operator method
Функция доступа.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Параметр | Тип | Описание |
|---|---|---|
| индекс | int | Индекс, из которого получить элемент. |
ReturnValue
Ссылка на элемент в указанной позиции.
См. также
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::operator const method
Функция доступа.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Параметр | Тип | Описание |
|---|---|---|
| индекс | int | Индекс, из которого получить элемент. |
ReturnValue
Константная ссылка на элемент в указанной позиции.
См. также
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++