System::Collections::IListImplValueType::Insert method

IListImplValueType::Insert method

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

virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
매개변수형식설명
indexint요소를 삽입할 인덱스.
valueSystem::SharedPtr<System::Object>지정된 인덱스에 삽입할 항목.

또 보기