TaskCollection.Insert

TaskCollection.Insert method

Il s’agit de l’implémentation stub de la méthode Insert d’IList, qui ne lève que NotSupportedException

public void Insert(int index, Task item)
ParamètreTaperLa description
indexInt32Index à insérer.
itemTaskL’élément à insérer.

Voir également