System::Collections::Generic::IList::idx_get method
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.Page for C++