TaskCollection.Insert

TaskCollection.Insert method

这是 IList 的 Insert 方法的存根实现,它只抛出 NotSupportedException

public void Insert(int index, Task item)
范围类型描述
indexInt32要插入的索引。
itemTask要插入的项目。

也可以看看