TaskCollection.Insert
TaskCollection.Insert method
Questa è l’implementazione stub del metodo Insert di IList, che genera solo NotSupportedException
public void Insert(int index, Task item)
Parametro | Tipo | Descrizione |
---|---|---|
index | Int32 | L’indice da inserire in. |
item | Task | L’elemento da inserire. |
Guarda anche
- class Task
- class TaskCollection
- spazio dei nomi Aspose.Tasks
- assemblea Aspose.Tasks