Insert

TaskCollection.Insert method

これは、NotSupportedException のみをスローする IList の Insert メソッドのスタブ実装です。

public void Insert(int index, Task item)
パラメータタイプ説明
indexInt32挿入するインデックス。
itemTask挿入するアイテム。

関連項目