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.Page for C++