System::Collections::CollectionBase::ListImpl::idx_get method
ListImpl::idx_get method
Возвращает элемент по указанному индексу.
T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
| Параметр | Тип | Описание |
|---|---|---|
| индекс | int32_t | Нулевой индекс элемента для получения или установки. |
ReturnValue
Элемент по указанному индексу.
См. также
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++