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