System::Collections::Generic::IList::idx_get 方法
IList::idx_get method
获取指定索引处的元素。
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 要获取的元素索引。 |
ReturnValue
指定索引处元素的副本。
另见
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++