System::Collections::Generic::List::idx_get 方法
List::idx_get method
获取特定位置的元素。
T System::Collections::Generic::List<T>::idx_get(int index) const override
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 获取元素的索引。 |
ReturnValue
指定位置处元素的副本。
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++