System::Collections::CollectionBase::ListImpl::Insert 메서드
ListImpl::Insert method
지정된 인덱스에 요소를 삽입합니다.
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | value가 삽입되어야 하는 0 기반 인덱스입니다. |
| value | const T& | 삽입할 요소. |
또 보기
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++