System::Collections::ObjectModel::ReadOnlyCollection::idx_get メソッド
ReadOnlyCollection::idx_get method
指定された位置の項目を取得します。
virtual T System::Collections::ObjectModel::ReadOnlyCollection<T>::idx_get(int index) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 要素を取得するインデックス。 |
ReturnValue
指定された位置の要素のコピー。
参照
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++