System::Collections::Generic::List::idx_set メソッド

List::idx_set method

特定の位置に要素を設定します。

void System::Collections::Generic::List<T>::idx_set(int index, T value) override
パラメーター説明
インデックスint要素を設定するインデックス。
valueT指定された位置に設定する値。

参照