TaskCollection.Insert
TaskCollection.Insert method
这是 IList 的 Insert 方法的存根实现,它只抛出 NotSupportedException
public void Insert(int index, Task item)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要插入的索引。 |
| item | Task | 要插入的项目。 |
也可以看看
- class Task
- class TaskCollection
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks