SetElement
SetElement(IList, int, IValueGetter, ListInstanceType)
public IList SetElement(IList instance, int index, IValueGetter valueContainer, ListInstanceType instanceType) ;
説明
要素を設定する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| instance | IList<elementType>型のインスタンス |
| index | インデックス |
| valueContainer | 設定するcontainer |
| instanceType | インスタンスの変更方法 |
戻り値
変更した結果のインスタンス