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