System::Collections::CollectionBase::ListImpl::idx_get 方法
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++