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