System::Collections::Generic::IList::Insert 메서드

IList::Insert method

지정된 위치에 요소를 삽입하고, 다른 요소들을 이동시킵니다.

virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
매개변수형식설명
indexint요소를 삽입할 인덱스.
항목const T&지정된 인덱스에 삽입할 항목.

또 보기