TaskCollection.Insert

TaskCollection.Insert method

هذا هو تنفيذ كعب الروتين لطريقة Insert الخاصة بـ IList ، والتي تطرح فقط NotSupportedException

public void Insert(int index, Task item)
معامليكتبوصف
indexInt32الفهرس الذي سيتم إدراجه في.
itemTaskالعنصر المراد إدراجه.

أنظر أيضا