System::Collections::ObjectModel::Collection::Insert 메서드

Collection::Insert method

지정된 위치에 항목을 삽입합니다.

void System::Collections::ObjectModel::Collection<T>::Insert(int index, const T &item) override
매개변수형식설명
indexint항목을 삽입할 인덱스.
항목const T&지정된 위치에 삽입할 항목.

또 보기