Insert

TaskCollection.Insert method

이것은 NotSupportedException 만 throw하는 IList의 Insert 메서드의 스텁 구현입니다.

public void Insert(int index, Task item)
모수유형설명
indexInt32삽입할 인덱스입니다.
itemTask삽입할 항목입니다.

또한보십시오