System::Collections::Generic::IList::idx_set method
IList::idx_set method
指定されたインデックスに要素を設定します。
virtual void System::Collections::Generic::IList<T>::idx_set(int index, T value)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 設定する要素のインデックス。 |
| value | T | 選択された要素に設定する値。 |
参照
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++