System::Collections::CollectionBase::ListImpl::Insert 메서드

ListImpl::Insert method

지정된 인덱스에 요소를 삽입합니다.

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
매개변수형식설명
indexint32_tvalue가 삽입되어야 하는 0 기반 인덱스입니다.
valueconst T&삽입할 요소.

또 보기